- ABS_AGENT_ACTION - Static variable in interface jade.content.abs.AbsObject
-
- ABS_AGGREGATE - Static variable in interface jade.content.abs.AbsObject
-
- ABS_CONCEPT - Static variable in interface jade.content.abs.AbsObject
-
- ABS_CONCEPT_SLOT_FUNCTION - Static variable in interface jade.content.abs.AbsObject
-
- ABS_CONTENT_ELEMENT_LIST - Static variable in interface jade.content.abs.AbsObject
-
- ABS_EXTENDED_PRIMITIVE - Static variable in class jade.content.abs.AbsExtendedPrimitive
-
- ABS_IRE - Static variable in interface jade.content.abs.AbsObject
-
- ABS_PREDICATE - Static variable in interface jade.content.abs.AbsObject
-
- ABS_PRIMITIVE - Static variable in interface jade.content.abs.AbsObject
-
- ABS_VARIABLE - Static variable in interface jade.content.abs.AbsObject
-
- AbsAgentAction - Class in jade.content.abs
-
An abstract descriptor that can hold an agent action
expression.
- AbsAgentAction(String) - Constructor for class jade.content.abs.AbsAgentAction
-
Construct an Abstract descriptor to hold an agent action of
the proper type, e.g.
- AbsAggregate - Class in jade.content.abs
-
An abstract descriptor that can hold an aggregate entitiy
expression.
- AbsAggregate(String) - Constructor for class jade.content.abs.AbsAggregate
-
Construct an Abstract descriptor to hold an aggregate of
the proper type (i.e.
- AbsConcept - Class in jade.content.abs
-
An abstract descriptor that can hold a concept
expression.
- AbsConcept(String) - Constructor for class jade.content.abs.AbsConcept
-
Construct an Abstract descriptor to hold a concept of
the proper type (e.g.
- AbsConceptSlotFunction - Class in jade.content.abs
-
- AbsConceptSlotFunction(String) - Constructor for class jade.content.abs.AbsConceptSlotFunction
-
- AbsContentElement - Interface in jade.content.abs
-
An abstract descriptor that can hold a generic content element
expression.
- AbsContentElementList - Class in jade.content.abs
-
An abstract descriptor that can hold a list of
generic content element expressions.
- AbsContentElementList() - Constructor for class jade.content.abs.AbsContentElementList
-
Construct an Abstract descriptor to hold a content element list
- AbsExtendedPrimitive - Class in jade.content.abs
-
An extended abstract descriptor that can hold a generic primitive types
(eg. java.math.BigDecimal) not supported by AbsPrimitive
.
- AbsExtendedPrimitive(String) - Constructor for class jade.content.abs.AbsExtendedPrimitive
-
Construct an Abstract descriptor to hold a extended-primitive of
the proper type (e.g. java.math.BigInteger...).
- AbsIRE - Class in jade.content.abs
-
An Abstract descriptor that can hold an Identifying
Referential Expression (IRE).
- AbsIRE(String) - Constructor for class jade.content.abs.AbsIRE
-
Construct an Abstract descriptor to hold a IRE of
the proper type (e.g.
- AbsObject - Interface in jade.content.abs
-
The common ancestor of all abstract descriptors
- AbsObjectImpl - Class in jade.content.abs
-
Base class for all non-primitive abstract descriptor classes.
- AbsObjectImpl(String) - Constructor for class jade.content.abs.AbsObjectImpl
-
Construct an Abstract descriptor to hold an object of
the proper type.
- AbsoluteCounterValueProvider - Class in jade.core.sam
-
- AbsoluteCounterValueProvider() - Constructor for class jade.core.sam.AbsoluteCounterValueProvider
-
- AbsPredicate - Class in jade.content.abs
-
An abstract descriptor that can hold a predicate expression.
- AbsPredicate(String) - Constructor for class jade.content.abs.AbsPredicate
-
Construct an Abstract descriptor to hold a predicate of
the proper type (e.g.
- AbsPrimitive - Class in jade.content.abs
-
An abstract descriptor that can hold a primitive expression.
- AbsPrimitive(String) - Constructor for class jade.content.abs.AbsPrimitive
-
Construct an Abstract descriptor to hold a primitive of
the proper type (e.g.
- AbsPrimitiveSlotsHolder - Class in jade.content.abs
-
This class is not intended to be used by programmers.
- AbsPrimitiveSlotsHolder(String) - Constructor for class jade.content.abs.AbsPrimitiveSlotsHolder
-
Construct an Abstract descriptor to hold an object of
the proper type.
- AbsTerm - Interface in jade.content.abs
-
An abstract descriptor that can hold a term expression.
- AbsVariable - Class in jade.content.abs
-
An abstract descriptor that can hold a variable expression, i.e. an
entity that is not known yet.
- AbsVariable() - Constructor for class jade.content.abs.AbsVariable
-
Construct an Abstract descriptor to hold a variable
- AbsVariable(String, String) - Constructor for class jade.content.abs.AbsVariable
-
Construct an AbsVariable with the given name and value type
- accept(ACLMessage) - Method in class jade.core.behaviours.LoaderBehaviour
-
Suclasses may redefine this method to prevent the behaviour
loading operation under specific conditions.
- accept(VerticalCommand) - Method in class jade.core.Filter
-
Process a command before it is processed by successive
filters in the filter-chain.
- accept(HorizontalCommand) - Method in interface jade.core.Node
-
Accepts a command.
- ACCEPT_FOREIGN_AGENTS - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value (true or false)
indicates whether or not this platform accepts foreign agents i.e.
- ACCEPT_PROPOSAL - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- ACCEPT_PROPOSAL_KEY - Variable in class jade.proto.SSContractNetResponder
-
Key to retrieve from the DataStore of the behaviour the last received
ACCEPT_PROPOSAL ACLMessage
- ACCEPTANCE_KEY - Variable in class jade.proto.TwoPh2Initiator
-
key to retrieve from the DataStore of the behaviour the ACLMessage
object passed in the constructor of the class.
- acceptNewAgent(String, Agent) - Method in class jade.wrapper.ContainerController
-
Add an Agent to this container.
- AccessControlList - Class in jade.util
-
An ACL object represents an Access Control List and
wraps a White list and a Black list,
Both lists make use of regular expressions for
allowing/denying access to a certain resource.
- AccessControlList() - Constructor for class jade.util.AccessControlList
-
- AchieveREInitiator - Class in jade.proto
-
This is a single homogeneous and effective implementation of
all the FIPA-Request-like interaction protocols defined by FIPA,
that is all those protocols where the initiator sends a single message
(i.e. it performs a single communicative act) within the scope
of an interaction protocol in order to verify if the RE (Rational
Effect) of the communicative act has been achieved or not.
- AchieveREInitiator(Agent, ACLMessage) - Constructor for class jade.proto.AchieveREInitiator
-
Construct an AchieveREInitiator
with an empty DataStore
- AchieveREInitiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.AchieveREInitiator
-
Construct an AchieveREInitiator
with a given DataStore
- AchieveREResponder - Class in jade.proto
-
This is a single homogeneous and effective implementation of
all the FIPA-Request-like interaction protocols defined by FIPA,
that is all those protocols where the initiator sends a single message
(i.e. it performs a single communicative act) within the scope
of an interaction protocol in order to verify if the RE (Rational
Effect) of the communicative act has been achieved or not.
- AchieveREResponder(Agent, MessageTemplate) - Constructor for class jade.proto.AchieveREResponder
-
Constructor of the behaviour that creates a new empty DataStore
- AchieveREResponder(Agent, MessageTemplate, DataStore) - Constructor for class jade.proto.AchieveREResponder
-
Constructor.
- ACLCodec - Interface in jade.lang.acl
-
Abstract interface for converting ACL messages back and forth
between Java objects and raw byte sequences, according to a FIPA
ACL message representation.
- ACLCodec.CodecException - Exception in jade.lang.acl
-
This exception is thrown when some problem occurs in the concrete parsing
subsystem accessed through this interface.
- ACLCODECS - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value contains the
list of ACLCODECSs that have to be launched at bootstrap time.
- ACLMESSAGE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- ACLMessage - Class in jade.lang.acl
-
The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
- ACLMessage() - Constructor for class jade.lang.acl.ACLMessage
-
- ACLMessage(int) - Constructor for class jade.lang.acl.ACLMessage
-
This constructor creates an ACL message object with the specified
performative.
- ACLMESSAGE_ACLREPRESENTATION - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- ACLMESSAGE_ENVELOPE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- ACLMESSAGE_PAYLOAD - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- ACLMSG - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_BYTE_SEQUENCE_CONTENT - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_CONTENT - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_CONVERSATION_ID - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_ENCODING - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_IN_REPLY_TO - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_LANGUAGE - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_ONTOLOGY - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_PERFORMATIVE - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_PROTOCOL - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_RECEIVERS - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_REPLY_BY - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_REPLY_TO - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_REPLY_WITH - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACLMSG_SENDER - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- acquireLocalAgent(AID) - Method in interface jade.core.AgentContainer
-
- ACTION - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- Action - Class in jade.content.onto.basic
-
This class implements the action
operator of the
FIPA SL0 action.
- Action() - Constructor for class jade.content.onto.basic.Action
-
- Action(AID, Concept) - Constructor for class jade.content.onto.basic.Action
-
- action - Variable in class jade.core.behaviours.ActionExecutor
-
- action() - Method in class jade.core.behaviours.Behaviour
-
Runs the behaviour.
- action() - Method in class jade.core.behaviours.CompositeBehaviour
-
Executes this CompositeBehaviour
.
- action() - Method in class jade.core.behaviours.LoaderBehaviour
-
The action() method is redefined to serve behaviour loading requests
- action() - Method in class jade.core.behaviours.OntologyServer
-
- action() - Method in class jade.core.behaviours.TickerBehaviour
-
- action() - Method in class jade.core.behaviours.WakerBehaviour
-
- action() - Method in class jade.core.behaviours.WrapperBehaviour
-
- action() - Method in class jade.domain.introspection.AMSSubscriber
-
- action() - Method in class jade.domain.introspection.IntrospectionServer
-
- action() - Method in class jade.proto.SimpleAchieveREInitiator
-
- action() - Method in class jade.proto.SSResponderDispatcher
-
- action() - Method in class jade.proto.states.ReplySender
-
- action() - Method in class jade.proto.states.StateResetter
-
- action() - Method in class jade.wrapper.gateway.GatewayBehaviour
-
- ACTION_ACTION - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACTION_ACTOR - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ACTION_ALTERNATIVE - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- ACTION_ALTERNATIVE_FIRST - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- ACTION_ALTERNATIVE_SECOND - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- ACTION_SEQUENCE - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- ACTION_SEQUENCE_FIRST - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- ACTION_SEQUENCE_SECOND - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- ActionExecutor<ActionT extends AgentAction,ResultT> - Class in jade.core.behaviours
-
Base class for behaviours intended to request the execution of an action to a given actor and
get back the result (if any)
- ActionExecutor(ActionT, Ontology, AID) - Constructor for class jade.core.behaviours.ActionExecutor
-
- activate() - Method in interface jade.wrapper.AgentController
-
Triggers a state transition from SUSPENDED to
ACTIVE.
- ACTIVE - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
String constant for the active
agent life-cycle
state.
- actor - Variable in class jade.core.behaviours.ActionExecutor
-
- add(AbsTerm) - Method in class jade.content.abs.AbsAggregate
-
Adds a new element (that must be a term) to this aggregate.
- add(AbsContentElement) - Method in class jade.content.abs.AbsContentElementList
-
Add a new element (that must be a content element) to this
content element list.
- add(ContentElement) - Method in class jade.content.ContentElementList
-
Adds a new element (that must be a content element) to this
content element list.
- add(Class) - Method in class jade.content.onto.BeanOntology
-
Adds to the ontology the schema built from the class clazz
.
- add(String) - Method in class jade.content.onto.BeanOntology
-
Adds all the ontological beans (the ones which implement either
Concept
or Predicate
) found in the
specified package.
- add(Class, boolean) - Method in class jade.content.onto.BeanOntology
-
Adds to the ontology the schema built from the class clazz
.
- add(String, boolean) - Method in class jade.content.onto.BeanOntology
-
Adds all the ontological beans (the ones which implement either
Concept
or Predicate
) found in the
specified package.
- add(ObjectSchema) - Method in class jade.content.onto.Ontology
-
Adds a schema to this ontology
- add(ObjectSchema, Class) - Method in class jade.content.onto.Ontology
-
Adds a schema to the ontology and associates it to the class
javaClass
- add(String, PredicateSchema) - Method in class jade.content.schema.AgentActionSchema
-
Add a mandatory slot of type PredicateSchema to this schema.
- add(String, PredicateSchema, int) - Method in class jade.content.schema.AgentActionSchema
-
Add a slot of type PredicateSchema to this schema.
- add(String, TermSchema) - Method in class jade.content.schema.ConceptSchema
-
Add a mandatory slot to the schema.
- add(String, TermSchema, int) - Method in class jade.content.schema.ConceptSchema
-
Add a slot to the schema.
- add(String, TermSchema, int, int) - Method in class jade.content.schema.ConceptSchema
-
Add a slot with cardinality between cardMin
and cardMax
to this schema.
- add(String, TermSchema, int, int, String) - Method in class jade.content.schema.ConceptSchema
-
Add a slot with cardinality between cardMin
and cardMax
to this schema and allow specifying the type
of Aggregate to be used for this slot.
- add(String, ObjectSchema, int, int, String, int) - Method in class jade.content.schema.ConceptSchema
-
Add a slot with optionality and cardinality between cardMin
and cardMax
to this schema and allow specifying the type
of Aggregate to be used for this slot.
- add(String, ObjectSchema, int) - Method in class jade.content.schema.ObjectSchema
-
Add a slot to the schema.
- add(String, ObjectSchema) - Method in class jade.content.schema.ObjectSchema
-
Add a mandatory slot to the schema.
- add(String, ObjectSchema, int, int) - Method in class jade.content.schema.ObjectSchema
-
Add a slot with cardinality between cardMin
and cardMax
to this schema.
- add(String, ObjectSchema, int, int, String) - Method in class jade.content.schema.ObjectSchema
-
Add a slot with cardinality between cardMin
and cardMax
to this schema and allow specifying the type
of Aggregate to be used for this slot.
- add(String, ObjectSchema) - Method in class jade.content.schema.PredicateSchema
-
Add a mandatory slot to this schema.
- add(String, ObjectSchema, int) - Method in class jade.content.schema.PredicateSchema
-
Add a slot to this schema.
- add(String, TermSchema, int, int) - Method in class jade.content.schema.PredicateSchema
-
Add a slot with cardinality between cardMin
and cardMax
to this schema.
- add(String, TermSchema, int, int, String) - Method in class jade.content.schema.PredicateSchema
-
Add a slot with cardinality between cardMin
and cardMax
to this schema and allow specifying the type
of Aggregate to be used for this slot.
- add(String, ObjectSchema, int, int, String, int) - Method in class jade.content.schema.PredicateSchema
-
Add a slot with optionality and cardinality between cardMin
and cardMax
to this schema and allow specifying the type
of Aggregate to be used for this slot.
- add(Class, URL) - Method in interface jade.util.ClassFinderListener
-
- add(int, Object) - Method in class jade.util.leap.ArrayList
-
Inserts the specified element at the specified position in this list
- add(Object) - Method in class jade.util.leap.ArrayList
-
- add(Object) - Method in interface jade.util.leap.Collection
-
Adds an element.
- add(Object) - Method in class jade.util.leap.HashSet
-
- add(Object) - Method in class jade.util.leap.LinkedList
-
- add(int, Object) - Method in class jade.util.leap.LinkedList
-
Inserts the specified element at the specified position in this list
- add(int, Object) - Method in interface jade.util.leap.List
-
Inserts the specified element at the specified position in this list
- add(Object) - Method in class jade.util.leap.RoundList
-
Inserts the element
before the current element.
- add(Object) - Method in class jade.util.leap.SortedSetImpl
-
- addAddresses(String) - Method in class jade.core.AID
-
This method permits to add a transport address where
the agent can be contacted.
- addAddresses(String) - Method in class jade.domain.FIPAAgentManagement.APService
-
Add a service to the addresses
slot collection
of this object.
- addAlias(String, String) - Method in class jade.core.BaseService
-
This protected method allows subclasses to define their own
naming schemes, by adding aliases for existing slice names.
- addAll(Collection) - Method in class jade.util.leap.HashSet
-
- addAPServices(APService) - Method in class jade.domain.FIPAAgentManagement.APDescription
-
Add a service to the ap-services
slot collection
of this object.
- addArguments(Object) - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Add an object to the arguments
slot collection of
this object.
- addBehaviour(Behaviour) - Method in class jade.core.Agent
-
This method adds a new behaviour to the agent.
- addBehaviour(Behaviour, ACLMessage) - Method in class jade.core.behaviours.LoaderBehaviour
-
Add a loaded behaviour to the agent.
- addBehaviour(Behaviour) - Method in class jade.proto.SSResponderDispatcher
-
- addCounterValueProvider(String, CounterValueProvider) - Method in interface jade.core.sam.SAMHelper
-
Register a provider to get values of a given counter
- ADDEDBEHAVIOUR - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- ADDEDBEHAVIOUR_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- ADDEDBEHAVIOUR_BEHAVIOUR - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- AddedContainer - Class in jade.domain.introspection
-
This class represents the added-container
concept in the
jade-introspection
ontology.
- AddedContainer() - Constructor for class jade.domain.introspection.AddedContainer
-
Default constructor.
- ADDEDCONTAINER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- ADDEDCONTAINER_CONTAINER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- ADDEDCONTAINER_OWNERSHIP - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- AddedMTP - Class in jade.domain.introspection
-
This class represents the added-mtp
concept in the
jade-introspection
ontology.
- AddedMTP() - Constructor for class jade.domain.introspection.AddedMTP
-
Default constructor.
- ADDEDMTP - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- ADDEDMTP_ADDRESS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- ADDEDMTP_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- addEntityMeasureProvider(String, MeasureProvider) - Method in interface jade.core.sam.SAMHelper
-
Register a provider of measures for a given entity
- addEntityMeasureProvider(String, AverageMeasureProvider) - Method in interface jade.core.sam.SAMHelper
-
Register a provider of average measures for a given entity
- addFacet(String, Facet) - Method in class jade.content.schema.ConceptSchema
-
Add a Facet
on a slot of this schema
- addFacet(String, Facet) - Method in class jade.content.schema.ObjectSchema
-
Add a Facet
on a slot of this schema
- addFacet(String, Facet) - Method in class jade.content.schema.PredicateSchema
-
Add a Facet
on a slot of this schema
- addFirst(ACLMessage) - Method in interface jade.core.MessageQueue
-
Add a message to the front of this queue.
- addFirst(Object) - Method in class jade.util.leap.LinkedList
-
Inserts the given element at the beginning of this list.
- addFromReader(Reader) - Method in class jade.util.ExtendedProperties
-
Add properties from Reader.
- addHandler(SAMInfoHandler, boolean) - Method in interface jade.core.sam.SAMHelper
-
Register a new handler for SAM information collected in the Main Container.
- addIntendedReceiver(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Add an agent identifier to the intended-receiver
slot collection of this object.
- addLanguages(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Add a content language name to the languages
slot
collection of this object.
- addLanguages(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Add a content language name to the languages
slot
collection of this object.
- addLast(ACLMessage) - Method in interface jade.core.MessageQueue
-
Add a message to the end of this queue.
- addLast(Object) - Method in class jade.util.leap.LinkedList
-
Appends the given element to the end of this list.
- addListener(FEListener) - Static method in class jade.core.MicroRuntime
-
Add a listener that will be notified about Front-End relevant events such as
BORN_AGENT and DEAD_AGENT
NOT available in MIDP
- addListener(GatewayListener) - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
- addListener(GatewayListener) - Static method in class jade.wrapper.gateway.JadeGateway
-
- addOntologies(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Add an ontology name to the ontologies
slot
collection of this object.
- addOntologies(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Add an ontology name to the ontologies
slot
collection of this object.
- addParam(Object) - Method in class jade.core.GenericCommand
-
Add a new parameter to this command object.
- addParameter(Object) - Method in class jade.util.Event
-
Add a parameter to this Event
object
- addParent(AID, DFAgentDescription) - Method in class jade.domain.df
-
This method can be used to add a parent (a DF this DF is federated with).
- addPerformativeRequiringReply(int) - Method in class jade.core.behaviours.OntologyServer
-
If an unexpected error occurs in one of the serving methods or if a suitable serving method
is not found for an incoming message, the OntologyServer automatically sends back a FAILURE
or REFUSE message if the incoming performative was one of REQUEST, CFP, PROPOSE, QUERY, SUBSCRIBE,
PROXY and PROPAGATE.
- addPlatformListener(PlatformController.Listener) - Method in class jade.wrapper.AgentContainer
-
- addPlatformListener(PlatformController.Listener) - Method in interface jade.wrapper.PlatformController
-
Add a platform listener.
- addProperties(Property) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Add a property to the properties
slot collection
of this object.
- addProperties(Property) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Add a property to the properties
slot collection
of this object.
- addProperties(String[]) - Method in class jade.util.ExtendedProperties
-
Add to this Properties object the stringified properties included in a given array.
- addProperty(String) - Method in class jade.util.ExtendedProperties
-
Add to this Properties object a stringified property of the form
key = value or -key
- addProtocols(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Add a protocol name to the protocols
slot
collection of this object.
- addProtocols(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Add a protocol name to the protocols
slot
collection of this object.
- addReceiver(AID) - Method in class jade.content.OntoACLMessage
-
This method is redefined so that the receiver AID is automatically
wrapped into an OntoAID
- addReceiver(AID) - Method in class jade.lang.acl.ACLMessage
-
Adds a value to :receiver
slot.
- addReplyTo(AID) - Method in class jade.content.OntoACLMessage
-
This method is redefined so that the replyTo AID is automatically
wrapped into an OntoAID
- addReplyTo(AID) - Method in class jade.lang.acl.ACLMessage
-
Adds a value to :reply-to
slot.
- addResolvers(AID) - Method in class jade.content.OntoAID
-
This method is redefined so that resolvers AID are automatically
wrapped into OntoAIDs
- addResolvers(AID) - Method in class jade.core.AID
-
This method permits to add the AID of a resolver (an agent where name
resolution services for the agent can be contacted)
- addSample(Number) - Method in class jade.core.sam.AverageMeasureProviderImpl
-
- addSample(int) - Method in class jade.core.sam.AverageMeasureProviderImpl
-
- addSample(long) - Method in class jade.core.sam.AverageMeasureProviderImpl
-
- addSample(float) - Method in class jade.core.sam.AverageMeasureProviderImpl
-
- addSample(double) - Method in class jade.core.sam.AverageMeasureProviderImpl
-
- addServices(ServiceDescription) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Add a service description to the service
slot
collection of this object.
- addStamp(ReceivedObject) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Add a received-object
stamp to this message
envelope.
- addSubBehaviour(Behaviour) - Method in class jade.core.behaviours.ParallelBehaviour
-
Add a sub behaviour to this ParallelBehaviour
- addSubBehaviour(Behaviour) - Method in class jade.core.behaviours.SequentialBehaviour
-
Add a sub behaviour to this SequentialBehaviour
- addSuperSchema(ConceptSchema) - Method in class jade.content.schema.ConceptSchema
-
Adds a super-schema to this schema.
- addSuperSchema(ObjectSchema) - Method in class jade.content.schema.ObjectSchema
-
Add a super schema tho this schema, i.e. this schema will
inherit all characteristics from the super schema
- addSuperSchema(PredicateSchema) - Method in class jade.content.schema.PredicateSchema
-
Adds a super-schema to this schema.
- addTo(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Add an agent identifier to the to
slot collection
of this object.
- addUserDefinedParameter(String, String) - Method in class jade.lang.acl.ACLMessage
-
Add a new user defined parameter to this ACLMessage.
- addUserDefinedSlot(String, String) - Method in class jade.core.AID
-
To add a user defined slot (a pair key, value).
- adjustAgentName(String, String[]) - Static method in class jade.domain.JADEAgentManagement.JADEManagementOntology
-
This method allows to replace wildcards with a set of defined values.
- adjustPrimitiveValue(Object, Class) - Static method in class jade.content.onto.BasicOntology
-
Convert, if possible, the numeric value srcValue into an instance of destClass
- adjustReply(Agent, ACLMessage, ACLMessage) - Static method in class jade.proto.states.ReplySender
-
Adjust all protocol fields and receivers in a reply to a given
message.
- ADOPTED_NODE - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on the Main
container whenever a node that was monitored by a Main container
replica is adopted (i.e. the local Main container starts monitoring it)
- afterClone() - Method in class jade.core.Agent
-
Actions to perform after cloning.
- afterFirstNotification(DFAgentDescription[]) - Method in class jade.domain.DFSubscriber
-
- afterMove() - Method in class jade.core.Agent
-
Actions to perform after moving.
- afterReply(ACLMessage) - Method in class jade.proto.SSIteratedContractNetResponder
-
- Agent - Class in jade.core
-
The Agent
class is the common superclass for user
defined software agents.
- Agent() - Constructor for class jade.core.Agent
-
Default constructor.
- Agent.Interrupted - Error in jade.core
-
Inner class Interrupted.
- AGENT_CLASSNAME - Static variable in class jade.core.AID
-
Key to retrieve the agent class name as a user defined slot of
the AID included in the AMSAgentDescription registered with
the AMS.
- AGENT_TAG - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value will substitute the %A wildcard
in names of all agents that will start in the local container.
- AGENT_TAG_WILDCARD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- AgentAction - Interface in jade.content
-
Generic interface to be implemented by classes associated to agent actions
in an ontology.
- AgentActionSchema - Class in jade.content.schema
-
The class to be used to define schemas of agent actions in
an ontology.
- AgentActionSchema(String) - Constructor for class jade.content.schema.AgentActionSchema
-
Creates an AgentActionSchema
with a given type-name.
- AgentContainer - Interface in jade.core
-
This interface represents the local container as it is seen by JADE kernel level
services installed in the underlying Node
- AgentContainer - Class in jade.wrapper
-
This class is maintained for backward compatibility only.
- AgentContainer(ContainerProxy, AgentContainer, String) - Constructor for class jade.wrapper.AgentContainer
-
- AgentController - Interface in jade.wrapper
-
This interface is a Proxy, allowing access to a JADE agent.
- agentNames() - Method in interface jade.core.AgentContainer
-
- AGENTS - Static variable in class jade.core.Profile
-
This constant is the name of the property whose value contains the
list of agents that have to be launched at bootstrap time
- AGENTS_KEY - Static variable in class jade.core.MicroRuntime
-
The configuration property key that maps to the list of agents
that have to be activated at boostrap.
- AGENTSTATE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- AgentState - Class in jade.wrapper
-
Provides a concrete implementation of the State interface for agents.
- AGENTSTATE_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- AggregateResult - Annotation Type in jade.content.onto.annotations
-
Indicates the aggregate result of an action, allowing at the same time
to specify its cardMin
(minimum cardinality), cardMax
(maximum cardinality) and type
(class of the contained elements).
- AggregateSchema - Class in jade.content.schema
-
This class represent the schema of aggregate entities in
an ontology.
- AggregateSchema(String) - Constructor for class jade.content.schema.AggregateSchema
-
Creates an AggregateSchema
with a given type-name.
- AggregateSchema(String, TermSchema) - Constructor for class jade.content.schema.AggregateSchema
-
Creates an AggregateSchema
with a given type-name.
- AggregateSlot - Annotation Type in jade.content.onto.annotations
-
Allows to specify in the ontological schema the cardMin
(minimum cardinality), cardMax
(maximum cardinality) and
type
(class of the contained elements) attributes of the aggregate slot.
- AGREE - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- AID - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- AID - Class in jade.core
-
This class represents a JADE Agent Identifier.
- AID() - Constructor for class jade.core.AID
-
Constructs an Agent-Identifier whose slot name is set to an empty string
- AID(String) - Constructor for class jade.core.AID
-
- AID(String, boolean) - Constructor for class jade.core.AID
-
Constructor for an Agent-identifier
- AID_ADDRESSES - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- AID_NAME - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- AID_RESOLVERS - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- ALL - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- ALL - Static variable in class jade.util.Logger
-
ALL indicates that all messages should be logged.
- ALL_ACCEPTANCES_KEY - Variable in class jade.proto.ContractNetInitiator
-
key to retrieve from the DataStore of the behaviour the vector of
ACCEPT/REJECT_PROPOSAL ACLMessage objects that have to be sent
- ALL_ACCEPTANCES_KEY - Variable in class jade.proto.TwoPh2Initiator
-
key to retrieve from the DataStore of the behaviour the vector of
ACCEPT_PROPOSAL or REJECT_PROPOSAL messages that have to be sent.
- ALL_CFPS_KEY - Variable in class jade.proto.ContractNetInitiator
-
key to retrieve from the DataStore of the behaviour the vector of
CFP ACLMessage objects that have to be sent.
- ALL_CFPS_KEY - Variable in class jade.proto.TwoPh0Initiator
-
key to retrieve from the DataStore of the behaviour the vector of
CFP messages that have to be sent.
- ALL_CONFIRM - Static variable in interface jade.proto.TwoPhConstants
-
- ALL_CONFIRM_OR_INFORM - Static variable in interface jade.proto.TwoPhConstants
-
- ALL_CONFIRMS_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of
CONFIRM messages that have been received as response.
- ALL_DISCONFIRMS_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of
DISCONFIRM messages that have been received as response.
- ALL_DUMP_KEY - Static variable in class jade.core.BaseService
-
- ALL_INFORMS_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of
INFORM messages that have been received as response.
- ALL_INFORMS_KEY - Variable in class jade.proto.TwoPh2Initiator
-
key to retrieve from the DataStore of the behaviour the vector of
INFORM messages that have been received as response.
- ALL_INITIATIONS_K - Variable in class jade.proto.ProposeInitiator
-
key to retrieve from the DataStore of the behaviour the vector of
PROPOSE ACLMessage objects that have to be sent.
- ALL_NEXT_REQUESTS_KEY - Variable in class jade.proto.IteratedAchieveREInitiator
-
Key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that will be sent at next round.
- ALL_PENDINGS_KEY - Variable in class jade.proto.TwoPh0Initiator
-
key to retrieve from the DataStore of the behaviour the vector of
CFP messages for which a response has not been received yet.
- ALL_PENDINGS_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of
QUERY_IF messages for which a response has not been received yet.
- ALL_PENDINGS_KEY - Variable in class jade.proto.TwoPh2Initiator
-
key to retrieve from the DataStore of the behaviour the vector of
ACCEPT_PROPOSAL or REJECT_PROPOSAL messages for which a response
has not been received yet.
- ALL_PROPOSES_KEY - Variable in class jade.proto.TwoPh0Initiator
-
key to retrieve from the DataStore of the behaviour the vector of
PROPOSE messages that have been received as response.
- ALL_QUERYIFS_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of
QUERY_IF messages that have to be sent.
- ALL_REQUESTS_KEY - Variable in class jade.proto.AchieveREInitiator
-
key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been sent.
- ALL_RESOURCES - Static variable in interface jade.core.resource.ResourceManagementHelper
-
- ALL_RESPONSES_KEY - Variable in class jade.proto.AchieveREInitiator
-
key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as response.
- ALL_RESPONSES_KEY - Variable in class jade.proto.ContractNetInitiator
-
key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as response.
- ALL_RESPONSES_KEY - Variable in class jade.proto.ProposeInitiator
-
key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as responses.
- ALL_RESPONSES_KEY - Variable in class jade.proto.SimpleAchieveREInitiator
-
key to retrive all the responses received.
- ALL_RESPONSES_KEY - Variable in class jade.proto.SubscriptionInitiator
-
key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as responses.
- ALL_RESPONSES_KEY - Variable in class jade.proto.TwoPh0Initiator
-
key to retrieve from the DataStore of the behaviour the vector of
all messages that have been received as response.
- ALL_RESPONSES_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of
all messages that have been received as response.
- ALL_RESPONSES_KEY - Variable in class jade.proto.TwoPh2Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of
all messages that have been received as response.
- ALL_RESPONSES_RECEIVED - Static variable in interface jade.proto.TwoPhConstants
-
- ALL_RESULT_NOTIFICATIONS_KEY - Variable in class jade.proto.AchieveREInitiator
-
key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as result notifications.
- ALL_RESULT_NOTIFICATIONS_KEY - Variable in class jade.proto.ContractNetInitiator
-
key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as result notifications.
- ALL_RESULT_NOTIFICATIONS_KEY - Variable in class jade.proto.SimpleAchieveREInitiator
-
key to retrive the result notification received.
- ALL_SUBSCRIPTIONS_KEY - Variable in class jade.proto.SubscriptionInitiator
-
key to retrieve from the DataStore of the behaviour the vector of
subscription ACLMessage objects that have been sent.
- AlreadyRegistered - Exception in jade.domain.FIPAAgentManagement
-
- AlreadyRegistered() - Constructor for exception jade.domain.FIPAAgentManagement.AlreadyRegistered
-
- ALREADYREGISTERED - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- ALREADYREGISTERED - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- AMS - Static variable in interface jade.domain.FIPANames
-
- AMS_CANCELLATION - Static variable in class jade.domain.introspection.AMSSubscriber
-
- AMS_FAILURE_AGENT_NOT_FOUND - Static variable in class jade.lang.acl.ACLMessage
-
AMS failure reasons
- AMS_FAILURE_AGENT_UNREACHABLE - Static variable in class jade.lang.acl.ACLMessage
-
- AMS_FAILURE_FOREIGN_AGENT_NO_ADDRESS - Static variable in class jade.lang.acl.ACLMessage
-
- AMS_FAILURE_FOREIGN_AGENT_UNREACHABLE - Static variable in class jade.lang.acl.ACLMessage
-
- AMS_FAILURE_SERVICE_ERROR - Static variable in class jade.lang.acl.ACLMessage
-
- AMS_FAILURE_UNAUTHORIZED - Static variable in class jade.lang.acl.ACLMessage
-
- AMS_FAILURE_UNEXPECTED_ERROR - Static variable in class jade.lang.acl.ACLMessage
-
- AMS_SUBSCRIPTION - Static variable in class jade.domain.introspection.AMSSubscriber
-
- AMSAgentDescription - Class in jade.domain.FIPAAgentManagement
-
This class implements the concept of the fipa-agent-management ontology
representing the description of an Agent in the AMS catalogue.
- AMSAgentDescription() - Constructor for class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Default constructor.
- AMSAGENTDESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- AMSAGENTDESCRIPTION_NAME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- AMSAGENTDESCRIPTION_OWNERSHIP - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- AMSAGENTDESCRIPTION_STATE - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- AMSService - Class in jade.domain
-
This class provides a set of static methods to communicate with
a AMS Service that complies with FIPA specifications.
- AMSService() - Constructor for class jade.domain.AMSService
-
Default constructor.
- AMSSubscriber - Class in jade.domain.introspection
-
This behaviour subscribes to the AMS to receive notifications
about platform-wide events.
- AMSSubscriber() - Constructor for class jade.domain.introspection.AMSSubscriber
-
Construct an AMSSubscriber behaviour to receive notifications about platform events
from the local AMS
- AMSSubscriber(AID) - Constructor for class jade.domain.introspection.AMSSubscriber
-
Construct an AMSSubscriber behaviour to receive notifications about platform events
from the AMS of a remote platform.
- AMSSubscriber.EventHandler - Interface in jade.domain.introspection
-
This interface must be implemented by concrete event handlers
installed by this AMSSubscriber.
- AND - Static variable in interface jade.content.lang.sl.SL1Vocabulary
-
- and(MessageTemplate, MessageTemplate) - Static method in class jade.lang.acl.MessageTemplate
-
Logical and between two MessageTemplate
objects.
- AND_LEFT - Static variable in interface jade.content.lang.sl.SL1Vocabulary
-
- AND_RIGHT - Static variable in interface jade.content.lang.sl.SL1Vocabulary
-
- ANY - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- APDescription - Class in jade.domain.FIPAAgentManagement
-
This class implements the concept of the fipa-agent-management ontology
representing the description of an agent platform as it can be retrieved
from the AMS.
- APDescription() - Constructor for class jade.domain.FIPAAgentManagement.APDescription
-
Default constructor.
- APDESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- APDESCRIPTION - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- APDESCRIPTION_NAME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- APDESCRIPTION_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- APDESCRIPTION_SERVICES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- APDESCRIPTION_SERVICES - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- appendACLExpression(StringBuffer, String, String) - Static method in class jade.lang.acl.StringACLCodec
-
append to the passed StringBuffer the slot name and value separated
by a blank char and followed by a newline.
- AppletBoot - Class in jade
-
This class handles JADE start-up and shut-down when running JADE
as an Applet.
- AppletBoot() - Constructor for class jade.AppletBoot
-
- apply() - Method in class jade.content.onto.ConceptSlotFunction
-
- apply(Concept) - Method in class jade.content.onto.ConceptSlotFunction
-
- APService - Class in jade.domain.FIPAAgentManagement
-
This class implements the concept of the fipa-agent-management ontology
representing the description of a platform service.
- APService() - Constructor for class jade.domain.FIPAAgentManagement.APService
-
Default constructor.
- APService(String, String[]) - Constructor for class jade.domain.FIPAAgentManagement.APService
-
Constructor.
- APSERVICE - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- APSERVICE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- APSERVICE_ADDRESSES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- APSERVICE_ADDRESSES - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- APSERVICE_NAME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- APSERVICE_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- APSERVICE_TYPE - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- APSERVICE_TYPE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- ArrayList - Class in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
- ArrayList() - Constructor for class jade.util.leap.ArrayList
-
Default Constructor, creates an empty List
- ArrayList(int) - Constructor for class jade.util.leap.ArrayList
-
Constructor specifying list size
- ArrayList(ArrayList) - Constructor for class jade.util.leap.ArrayList
-
Constructs an ArrayList from a java.util.ArrayList.
- associate(Behaviour) - Method in class jade.util.InputQueue
-
Associate this InputQueue
object with the indicated
Behaviour
so that it will be restarted each time
a new object is inserted.
- ASYNC - Static variable in interface jade.wrapper.AgentController
-
Constant representing an asynchronous rendez-vous policy.
- AUX_CONTAINER_NAME - Static variable in interface jade.core.AgentContainer
-
- AverageMeasure - Class in jade.core.sam
-
The class used by the System Activity Monitoring (SAM) Service to represent an aggregated
measure i.e. a measure that is calculated aggregating several samples.
- AverageMeasure() - Constructor for class jade.core.sam.AverageMeasure
-
- AverageMeasure(double, int) - Constructor for class jade.core.sam.AverageMeasure
-
- AverageMeasureProvider - Interface in jade.core.sam
-
A Provider of average measures for a given entity
- AverageMeasureProviderImpl - Class in jade.core.sam
-
A default ready-made implementation of the AverageMeasureProvider interface that offers
methods to add measure samples and automatically computes an AverageMeasure
when the getValue()
method is called.
- AverageMeasureProviderImpl() - Constructor for class jade.core.sam.AverageMeasureProviderImpl
-
- AVG_AGGREGATION - Static variable in class jade.core.sam.SAMInfo
-
- AVG_AGGREGATION_SEPARATOR - Static variable in class jade.core.sam.SAMInfo
-
- AVG_AGGREGATION_SEPARATOR_CHAR - Static variable in class jade.core.sam.SAMInfo
-
- cAGENT_STATE_ACTIVE - Static variable in class jade.wrapper.AgentState
-
- cAGENT_STATE_DELETED - Static variable in class jade.wrapper.AgentState
-
- cAGENT_STATE_IDLE - Static variable in class jade.wrapper.AgentState
-
- cAGENT_STATE_INITIATED - Static variable in class jade.wrapper.AgentState
-
- cAGENT_STATE_SUSPENDED - Static variable in class jade.wrapper.AgentState
-
- cAGENT_STATE_TRANSIT - Static variable in class jade.wrapper.AgentState
-
- cAGENT_STATE_WAITING - Static variable in class jade.wrapper.AgentState
-
- Callback<Result> - Interface in jade.util
-
- cancel() - Method in class jade.domain.introspection.AMSSubscriber
-
- CANCEL - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- cancel(AID, boolean) - Method in class jade.proto.SubscriptionInitiator
-
Cancel the subscription to agent receiver
.
- CANCEL_KEY - Variable in class jade.proto.SSIteratedAchieveREResponder
-
Key to retrieve from the DataStore of the behaviour the last received
CANCEL ACLMessage
- CANCEL_KEY - Variable in class jade.proto.SubscriptionResponder
-
key to retrieve from the DataStore of the behaviour the ACLMessage
object sent by the initiator to cancel a subscription.
- cancellationCompleted(AID) - Method in class jade.proto.SubscriptionInitiator
-
This method should be called when the notification of a
successful subscription cancellation is received from agent
receiver
to terminate the session with him.
- CardinalityFacet - Class in jade.content.schema.facets
-
This facet forces an AbsAggregate to contain a number of
elements that is comprised between a given min and a given max.
- CardinalityFacet(int, int) - Constructor for class jade.content.schema.facets.CardinalityFacet
-
Construct a CardinalityFacet
that forces
the number of elements in an AbsAggregate to be within
a given range
- CFP - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- CFP_KEY - Variable in class jade.proto.ContractNetInitiator
-
key to retrieve from the DataStore of the behaviour the ACLMessage
object passed in the constructor of the class.
- CFP_KEY - Variable in class jade.proto.SSContractNetResponder
-
Key to retrieve from the DataStore of the behaviour the last received
CFP ACLMessage
- CFP_KEY - Variable in class jade.proto.TwoPh0Initiator
-
key to retrieve from the DataStore of the behaviour the ACLMessage
object passed in the constructor of the class.
- CFReflectiveIntrospector - Class in jade.content.onto
-
- CFReflectiveIntrospector() - Constructor for class jade.content.onto.CFReflectiveIntrospector
-
- CHANGEDAGENTOWNERSHIP - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDAGENTOWNERSHIP_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDAGENTOWNERSHIP_FROM - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDAGENTOWNERSHIP_TO - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDAGENTOWNERSHIP_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDAGENTSTATE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDAGENTSTATE_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDAGENTSTATE_FROM - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDAGENTSTATE_TO - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDBEHAVIOURSTATE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDBEHAVIOURSTATE_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDBEHAVIOURSTATE_BEHAVIOUR - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDBEHAVIOURSTATE_FROM - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANGEDBEHAVIOURSTATE_TO - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- changeStateTo(LifeCycle) - Method in class jade.core.Agent
-
- CHANNEL - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANNEL_ADDRESS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANNEL_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHANNEL_PROTOCOL - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CHECK_AGAIN - Static variable in class jade.proto.AchieveREInitiator
-
- CHECK_IN_SEQ - Static variable in class jade.proto.ProposeInitiator
-
- CHECK_SESSIONS - Static variable in class jade.proto.ProposeInitiator
-
- checkClass(ObjectSchema, Class, Ontology) - Method in class jade.content.onto.BCReflectiveIntrospector
-
Check the structure of a java class associated to an ontological element
to ensure that translations to/from abstract descriptors and java objects
(instances of that class) can be accomplished by this introspector.
- checkClass(ObjectSchema, Class, Ontology) - Method in interface jade.content.onto.Introspector
-
Check the structure of a java class associated to an ontological element
to ensure that translations to/from abstract descriptors and java objects
(instances of that class) can be accomplished by this introspector.
- checkClass(ObjectSchema, Class, Ontology) - Method in class jade.content.onto.ReflectiveIntrospector
-
Check the structure of a java class associated to an ontological element
to ensure that translations to/from abstract descriptors and java objects
(instances of that class) can be accomplished by this introspector.
- checkInSequence(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
Check whether a reply is in-sequence and update the appropriate Session.
- checkInSequence(ACLMessage) - Method in class jade.proto.SSIteratedContractNetResponder
-
- checkIsTerm(Object) - Static method in class jade.content.onto.Ontology
-
Check whether a given object is a valid term.
- checkJADE() - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
This method checks if both the container, and the agent, are up and running.
- checkJADE() - Static method in class jade.wrapper.gateway.JadeGateway
-
This method checks if both the container, and the agent, are up and running.
- checkJADE() - Method in class jade.wrapper.gateway.SplitJadeGateway
-
- checkLanguage(String) - Method in class jade.core.behaviours.BaseInitiator
-
- checkLeaseTimeExpired() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Indicates whether the lease time for the registration of this
DFAgentDescription
expired.
- checkOntology(Ontology) - Method in class jade.core.behaviours.BaseInitiator
-
- checkProtocolVersion(String) - Static method in class jade.core.MainDetectionManager
-
- checkSessions(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
Check the status of the sessions after the reception of the last reply
or the expiration of the timeout.
- checkTermination(boolean, int) - Method in class jade.core.behaviours.CompositeBehaviour
-
This methods is called after the execution of each child
in order to check whether the CompositeBehaviour
should terminate.
- checkTermination(boolean, int) - Method in class jade.core.behaviours.FSMBehaviour
-
Check whether this FSMBehaviour
must terminate.
- checkTermination(boolean, int) - Method in class jade.core.behaviours.ParallelBehaviour
-
Check whether this ParallelBehaviour
must terminate.
- checkTermination(boolean, int) - Method in class jade.core.behaviours.SequentialBehaviour
-
Check whether this SequentialBehaviour
must terminate.
- ClassFinder - Class in jade.util
-
This utility class was based originally on Daniel Le Berre's RTSI
class.
- ClassFinder() - Constructor for class jade.util.ClassFinder
-
- ClassFinder(String[]) - Constructor for class jade.util.ClassFinder
-
- ClassFinderFilter - Interface in jade.util
-
- ClassFinderListener - Interface in jade.util
-
- CLASSPATH_RESOURCES - Static variable in interface jade.core.resource.ResourceManagementHelper
-
This constant represents the possible ways to fetch the resources
- clear() - Method in class jade.content.abs.AbsAggregate
-
Clear all the elements in this aggregate.
- clear() - Method in class jade.content.abs.AbsContentElementList
-
Clear all the elements in this content element list.
- clear() - Method in class jade.content.ContentElementList
-
Clear all the elements in this content element list.
- clear() - Method in class jade.core.GenericCommand
-
- clear() - Method in class jade.lang.acl.ConversationList
-
Deregister all conversations.
- clear() - Method in class jade.util.InputQueue
-
Remove all elements from this queue.
- clear() - Method in class jade.util.leap.ArrayList
-
- clear() - Method in class jade.util.leap.HashMap
-
- clear() - Method in class jade.util.leap.HashSet
-
- clear() - Method in class jade.util.leap.LinkedList
-
- clear() - Method in interface jade.util.leap.List
-
Removes all of the elements from this list (optional operation).
- clear() - Method in interface jade.util.leap.Map
-
Remove all mappings from this map.
- clearAllAddresses() - Method in class jade.core.AID
-
To remove all addresses of the agent
- clearAllAddresses() - Method in class jade.domain.FIPAAgentManagement.APService
-
Remove all addresses from the addresses
slot
collection of this object.
- clearAllAPServices() - Method in class jade.domain.FIPAAgentManagement.APDescription
-
Remove all services from the ap-services
slot
collection of this object.
- clearAllIntendedReceiver() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Remove all agent identifiers from the
intended-receiver
slot collection of this object.
- clearAllLanguages() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove all content language names from the
languages
slot collection of this object.
- clearAllLanguages() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove all content language names from the
languages
slot collection of this object.
- clearAllOntologies() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove all ontology names from the ontologies
slot
collection of this object.
- clearAllOntologies() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove all ontology names from the ontologies
slot
collection of this object.
- clearAllProperties() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Remove all properties from the properties
slot
collection of this object.
- clearAllProperties() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove all properties from the properties
slot
collection of this object.
- clearAllProtocols() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove all protocol names from the protocols
slot
collection of this object.
- clearAllProtocols() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove all protocol names from the protocols
slot
collection of this object.
- clearAllReceiver() - Method in class jade.lang.acl.ACLMessage
-
Removes all values from :receiver
slot.
- clearAllReplyTo() - Method in class jade.lang.acl.ACLMessage
-
Removes all values from :reply_to
slot.
- clearAllResolvers() - Method in class jade.core.AID
-
To remove all resolvers.
- clearAllServices() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove all service descriptions from the services
slot collection of this object.
- clearAllTo() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Remove all agent identifiers from the to
slot
collection of this object.
- clearCachedSlice(String) - Method in class jade.core.BaseService
-
- clearUserDefinedParameter(String) - Method in class jade.lang.acl.ACLMessage
-
Removes the key and its corresponding value from the list of user
defined parameters in this ACLMessage.
- clone() - Method in class jade.core.AID
-
Clone the AID object.
- clone() - Method in class jade.core.sam.AverageMeasureProviderImpl
-
- clone() - Method in class jade.domain.FIPAAgentManagement.Property
-
- CLONE - Static variable in interface jade.domain.mobility.MobilityVocabulary
-
- clone() - Method in class jade.lang.acl.ACLMessage
-
Clone an ACLMessage
object.
- clone() - Method in class jade.util.leap.ArrayList
-
Method declaration
- clone() - Method in class jade.util.leap.HashSet
-
- clone(Location, String) - Method in interface jade.wrapper.AgentController
-
Clones the current agent.
- CLONE_MOBILE_AGENT_DESCRIPTION - Static variable in interface jade.domain.mobility.MobilityVocabulary
-
- CLONE_NEW_NAME - Static variable in interface jade.domain.mobility.MobilityVocabulary
-
- CloneAction - Class in jade.domain.mobility
-
This class represents the clone-agent
action,
requesting to clone an agent within the platform.
- CloneAction() - Constructor for class jade.domain.mobility.CloneAction
-
Default constructor.
- close() - Method in class jade.proto.SubscriptionResponder.Subscription
-
This method removes the current Subscription object from the SubscriptionResponder internal tables.
- closeSessionOnNextReply() - Method in class jade.proto.SSIteratedAchieveREResponder
-
Close the ongoing session, as soon as the next INFORM will
be sent back to the initiator without the need for an explicit
CANCEL message.
- cnt - Variable in class jade.lang.acl.ConversationList
-
- Codec - Class in jade.content.lang
-
Generic base class for al content language codecs
- Codec(String) - Constructor for class jade.content.lang.Codec
-
Construct a Codec object with the given name
- Codec.CodecException - Exception in jade.content.lang
-
Class CodecException.
- CodecException(String) - Constructor for exception jade.content.lang.Codec.CodecException
-
Constructor
- CodecException(String, Throwable) - Constructor for exception jade.content.lang.Codec.CodecException
-
Construct a new CodecException
- CodecException(String, Throwable) - Constructor for exception jade.lang.acl.ACLCodec.CodecException
-
Construct a new CodecException
- Collection - Interface in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.Collection&qote; interface.
- Command - Interface in jade.core
-
The Command
interface has to be implemented by all
JADE kernel-level commands, used by the various platform services.
- COMMAND_SOURCE - Static variable in interface jade.core.Sink
-
- COMMAND_TARGET - Static variable in interface jade.core.Sink
-
- Comparable - Interface in jade.util.leap
-
J2SE version of the "Comparable" interface, used to sort elements in LEAPSortedSet.
- compareHostNames(String, String) - Static method in class jade.core.Profile
-
Compares two host names/addresses regardless of whether they include domain or not.
- compareTo(Object) - Method in class jade.core.AID
-
Comparison operation.
- compareTo(Object) - Method in class jade.wrapper.StateBase
-
Compares a given object to this state object for the purpose of
collating.
- compareTransportAddresses(String, String, IMTPManager) - Static method in class jade.core.Profile
-
Compares two stringified transport addresses.
- compareTransportAddresses(TransportAddress, TransportAddress) - Static method in class jade.core.Profile
-
- CompositeBehaviour - Class in jade.core.behaviours
-
An abstract superclass for behaviours composed by many parts.
- CompositeBehaviour() - Constructor for class jade.core.behaviours.CompositeBehaviour
-
Default constructor, does not set the owner agent.
- CompositeBehaviour(Agent) - Constructor for class jade.core.behaviours.CompositeBehaviour
-
This constructor sets the owner agent.
- Concept - Interface in jade.content
-
Generic interface to be implemented by classes associated to concepts
in an ontology.
- ConceptSchema - Class in jade.content.schema
-
The class to be used to define schemas of concepts in
an ontology.
- ConceptSchema(String) - Constructor for class jade.content.schema.ConceptSchema
-
Creates a ConceptSchema
with a given type-name,
e.g.
- ConceptSlotFunction - Class in jade.content.onto
-
The ConceptSlotFunction class allows treating the slots of an ontological concept as functions.
- CONFIG - Static variable in class jade.util.Logger
-
CONFIG is a message level for static configuration messages.
- CONFIRM - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- consume(VerticalCommand) - Method in interface jade.core.Sink
-
Definitely consume a command object.
- CONTAINER_NAME - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value contains
the desired name of the container.
- CONTAINER_WILDCARD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- ContainerController - Class in jade.wrapper
-
This class is a Proxy class, allowing access to a JADE agent
container.
- ContainerController(ContainerProxy, AgentContainer, String) - Constructor for class jade.wrapper.ContainerController
-
This constructor requires a concrete
implementation of a JADE agent container, which cannot be
instantiated by applications, so it cannot be meaningfully called
from application code.
- ContainerID - Class in jade.core
-
A class identifying an aget container in the JADE platform.
- ContainerID() - Constructor for class jade.core.ContainerID
-
The default costructor builds an uninitialized container ID.
- ContainerID(String, TransportAddress) - Constructor for class jade.core.ContainerID
-
Build a container ID with the given container name and
transport address.
- CONTAINERID - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CONTAINERID - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- CONTAINERID_ADDRESS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CONTAINERID_MAIN - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CONTAINERID_MAIN - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- CONTAINERID_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CONTAINERID_PORT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CONTAINERID_PORT - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- CONTAINERID_PROTOCOL - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- CONTAINERID_PROTOCOL - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- contains(AbsTerm) - Method in class jade.content.abs.AbsAggregate
-
Test if a given term is contained in this aggregate.
- contains(AbsContentElement) - Method in class jade.content.abs.AbsContentElementList
-
Test if a given content element is contained in this
content element list.
- contains(ContentElement) - Method in class jade.content.ContentElementList
-
Test if a given content element is contained in this
content element list.
- contains(Object) - Method in class jade.util.leap.ArrayList
-
- contains(Object) - Method in class jade.util.leap.HashSet
-
- contains(Object) - Method in class jade.util.leap.LinkedList
-
- contains(Object) - Method in interface jade.util.leap.List
-
Returns true if this list contains the specified element.
- contains(Object) - Method in class jade.util.leap.RoundList
-
Returns true if this list contains the specified element.
- containsAll(Collection) - Method in class jade.util.leap.HashSet
-
- containsKey(Object) - Method in class jade.util.leap.HashMap
-
- containsKey(Object) - Method in interface jade.util.leap.Map
-
Returns true if this map contains a mapping for the specified
key.
- containsSlot(String) - Method in class jade.content.schema.ObjectSchema
-
Indicate whether a given String
is the name of a
slot defined in this Schema
including super-schemas
- CONTENT_ELEMENT_LIST - Static variable in class jade.content.onto.BasicOntology
-
- ContentElement - Interface in jade.content
-
Interface representing a generic content element, i.e. an
expression that can be meaningfully used as the content of
an ACL message.
- ContentElementList - Class in jade.content
-
Utility class to deal with a list of content elements as a
content element itself.
- ContentElementList() - Constructor for class jade.content.ContentElementList
-
Construct a ContentElementList object
- ContentElementListSchema - Class in jade.content.schema
-
- ContentElementSchema - Class in jade.content.schema
-
This class represents the schema of a generic content element in
an ontology.
- ContentElementSchema(String) - Constructor for class jade.content.schema.ContentElementSchema
-
Creates a ContentElementSchema
with a given type-name.
- ContentException - Exception in jade.content
-
Base class for OntologyException and CodecException
- ContentException(String) - Constructor for exception jade.content.ContentException
-
- ContentException(String, Throwable) - Constructor for exception jade.content.ContentException
-
- ContentManager - Class in jade.content
-
This class provides all methods to manage the content languages
and ontologies "known" by a given agent and to fill and extract the
content of an ACL message according to a given content language and
ontology.
- ContentManager() - Constructor for class jade.content.ContentManager
-
- ContractNetInitiator - Class in jade.proto
-
This class implements the initiator role in a Fipa-Contract-Net or Iterated-Fipa-Contract-Net
interaction protocol.
- ContractNetInitiator(Agent, ACLMessage) - Constructor for class jade.proto.ContractNetInitiator
-
Constructor for the class that creates a new empty DataStore
- ContractNetInitiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.ContractNetInitiator
-
Constructs a ContractNetInitiator
behaviour
- ContractNetResponder - Class in jade.proto
-
Behaviour class for fipa-contract-net
Responder role.
- ContractNetResponder(Agent, MessageTemplate) - Constructor for class jade.proto.ContractNetResponder
-
Constructor of the behaviour that creates a new empty DataStore
- ContractNetResponder(Agent, MessageTemplate, DataStore) - Constructor for class jade.proto.ContractNetResponder
-
Constructor of the behaviour.
- ControllerException - Exception in jade.wrapper
-
This exception class is thrown when an operation fails on any
of the agent controller methods.
- ControllerException() - Constructor for exception jade.wrapper.ControllerException
-
Creates a new exception object, with a default detail message.
- ControllerException(String) - Constructor for exception jade.wrapper.ControllerException
-
Creates a new exception object, with a given detail message.
- ControllerException(Throwable) - Constructor for exception jade.wrapper.ControllerException
-
Creates a new exception object, extracting message from another throwable.
- conversationFinished(String) - Method in class jade.core.behaviours.OntologyServer
-
Notifies this OntologyServer that a given conversation is finished and therefore
it must no longer ignore messages belonging to it.
- conversationId - Variable in class jade.core.behaviours.ActionExecutor
-
- ConversationList - Class in jade.lang.acl
-
This class represents a list of conversations that an agent is
currently carrying out and allows creating a MessageTemplate
that matches only messages that do not belong to any of these
conversations.
- ConversationList(Agent) - Constructor for class jade.lang.acl.ConversationList
-
Construct a ConversationList to be used inside a given agent.
- conversations - Variable in class jade.core.behaviours.BaseInitiator
-
- convertPropertyListToProperties(List<Property>) - Static method in class jade.domain.FIPAAgentManagement.Property
-
- copyProperties(ExtendedProperties) - Method in class jade.util.ExtendedProperties
-
Copy a data from standard Properties.
- copyTo(List) - Method in interface jade.core.MessageQueue
-
Copy all messages to a given list.
- CounterValueProvider - Interface in jade.core.sam
-
A provider of values for a given counter.
- cPLATFORM_STATE_FAILED - Static variable in class jade.wrapper.PlatformState
-
- cPLATFORM_STATE_INITIALIZED - Static variable in class jade.wrapper.PlatformState
-
- cPLATFORM_STATE_INITIALIZING - Static variable in class jade.wrapper.PlatformState
-
- cPLATFORM_STATE_KILLED - Static variable in class jade.wrapper.PlatformState
-
- cPLATFORM_STATE_KILLING - Static variable in class jade.wrapper.PlatformState
-
- cPLATFORM_STATE_READY - Static variable in class jade.wrapper.PlatformState
-
- cPLATFORM_STATE_STARTING - Static variable in class jade.wrapper.PlatformState
-
- cPLATFORM_STATE_SUSPENDED - Static variable in class jade.wrapper.PlatformState
-
- cPLATFORM_STATE_SUSPENDING - Static variable in class jade.wrapper.PlatformState
-
- cPLATFORM_STATE_VOID - Static variable in class jade.wrapper.PlatformState
-
- CreateAgent - Class in jade.domain.JADEAgentManagement
-
This class represents the create-agent
action of
the JADE-agent-management ontology
.
- CreateAgent() - Constructor for class jade.domain.JADEAgentManagement.CreateAgent
-
Default constructor.
- CREATEAGENT - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- CREATEAGENT_AGENT_NAME - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- CREATEAGENT_ARGUMENTS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- CREATEAGENT_CLASS_NAME - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- CREATEAGENT_CONTAINER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- CREATEAGENT_INITIAL_CREDENTIALS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- CREATEAGENT_OWNER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- createAgentContainer(Profile) - Method in class jade.core.Runtime
-
Creates a new agent container in the current JVM, providing
access through a proxy object.
- createAID(String) - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
- createAID(String) - Method in class jade.wrapper.gateway.SplitJadeGateway
-
- createCancelMessage(Agent, AID, ACLMessage) - Static method in class jade.domain.DFService
-
Utility method that creates a suitable message to be used
to CANCEL a subscription to a DF agent.
- createConceptSlotFunction(String, Concept) - Method in class jade.content.onto.Ontology
-
Create a ConceptSlotFunction for a given slot of a given Concept.
- createConversationId() - Method in class jade.lang.acl.ConversationList
-
- createConvId(Vector) - Method in class jade.proto.ProposeInitiator
-
Create a new conversation identifier to begin a new
interaction.
- createGUID(String, String) - Static method in class jade.core.AID
-
- createInitiation() - Method in class jade.core.behaviours.ActionExecutor
-
- createInitiation() - Method in class jade.core.behaviours.BaseInitiator
-
Concrete subclasses are expected to implement this method to create the initiation message.
- createInvokator() - Method in class jade.core.BaseService
-
- createListener(ProfileImpl, IMTPManager) - Static method in class jade.core.MainDetectionManager
-
- createMainContainer(Profile) - Method in class jade.core.Runtime
-
Creates a new main container in the current JVM, providing
access through a proxy object.
- createMessageQueue() - Method in class jade.core.Agent
-
Developer can override this method to provide an alternative message queue creation mechanism
- createMessageTemplate(String) - Static method in class jade.proto.AchieveREResponder
-
This static method can be used
to set the proper message Template (based on the interaction protocol
and the performative)
into the constructor of this behaviour.
- createMessageTemplate(String) - Static method in class jade.proto.ContractNetResponder
-
This static method can be used
to set the proper message Template (based on the interaction protocol
and the performative) to be passed to the constructor of this behaviour.
- createMessageTemplate(String) - Static method in class jade.proto.ProposeResponder
-
This static method can be used
to set the proper message template (based on the interaction protocol
and the performative)
into the constructor of this behaviour.
- createMessageTemplate(String) - Static method in class jade.proto.SimpleAchieveREResponder
-
This static method can be used
to set the proper message Template (based on the interaction protocol
and the performative)
into the constructor of this behaviour.
- createMessageTemplate(int) - Static method in class jade.proto.SubscriptionResponder
-
This static method can be used
to set the proper message Template (based on the performative of the
subscription message) into the constructor of this behaviour.
- createMessageTemplate() - Static method in class jade.proto.TwoPhResponder
-
This static method can be used to set the proper message Template
(based on the interaction protocol and the performative) to be passed to the constructor of this behaviour.
- createNewAgent(String, String, Object[]) - Method in class jade.wrapper.ContainerController
-
Creates a new JADE agent, running within this container,
- createNewAgent(String, String, Object[]) - Method in interface jade.wrapper.PlatformController
-
Create a new agent.
- createReply() - Method in class jade.lang.acl.ACLMessage
-
create a new ACLMessage that is a reply to this message.
- createRequestMessage(Agent, AID, String, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
Utility method that creates a suitable message to be used
to REQUEST a DF agent to perform a given action of the
FIPA-Management-ontology.
- createResponder(ACLMessage) - Method in class jade.proto.SSResponderDispatcher
-
This method is responsible for creating a suitable Behaviour
acting as responder
in the interaction protocol initiated by message initiationMsg
.
- createSubscription(ACLMessage) - Method in class jade.proto.SubscriptionResponder
-
Utility method to correctly create a new Subscription
object
managed by this SubscriptionResponder
- createSubscriptionMessage(Agent, AID, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
Utility method that creates a suitable message to be used
to SUBSCRIBE to a DF agent in order to receive notifications when a new
DF-Description matching the indicated template is registererd
with that DF.
- currentName - Variable in class jade.core.behaviours.FSMBehaviour
-
- CyclicBehaviour - Class in jade.core.behaviours
-
Atomic behaviour that must be executed forever.
- CyclicBehaviour() - Constructor for class jade.core.behaviours.CyclicBehaviour
-
Default constructor.
- CyclicBehaviour(Agent) - Constructor for class jade.core.behaviours.CyclicBehaviour
-
This constructor sets the owner agent for this
CyclicBehaviour
.
- DataStore - Class in jade.core.behaviours
-
- DataStore() - Constructor for class jade.core.behaviours.DataStore
-
- DataStore(int) - Constructor for class jade.core.behaviours.DataStore
-
- DATE - Static variable in class jade.content.onto.BasicOntology
-
- DEAD_AGENT - Static variable in interface jade.wrapper.PlatformEvent
-
String constant for the name of the dead-agent
event.
- DEAD_NODE - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on the Main
container whenever a node is removed
- DEAD_PLATFORM_MANAGER - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on a peripheral
container when a fault of the PlatformManager is detected
- DEAD_REPLICA - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on the Main
container whenever a main replica is removed
- DEAD_SLICE - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on the Main
container whenever a slice of a given service is removed
- DeadAgent - Class in jade.domain.introspection
-
An introspection event, recording the death of an agent within the
platform.
- DeadAgent() - Constructor for class jade.domain.introspection.DeadAgent
-
Default constructor.
- DEADAGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- deadAgent(PlatformEvent) - Method in interface jade.wrapper.PlatformController.Listener
-
Called when an agent dies.
- DEADAGENT_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- DEADAGENT_CONTAINER_REMOVED - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- DEADAGENT_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- deadline - Variable in class jade.proto.states.MsgReceiver
-
- DEBUGOFF - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- DEBUGOFF_DEBUGGED_AGENTS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- DEBUGOFF_DEBUGGER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- DEBUGOFF_PASSWORD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- DEBUGON - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- DEBUGON_DEBUGGED_AGENTS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- DEBUGON_DEBUGGER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- DEBUGON_PASSWORD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- decode(byte[]) - Method in class jade.content.lang.ByteArrayCodec
-
Decodes the content to an abstract description.
- decode(Ontology, byte[]) - Method in class jade.content.lang.ByteArrayCodec
-
Decodes the content to an abstract description.
- decode(byte[]) - Method in class jade.content.lang.leap.LEAPCodec
-
Decodes the content to an abstract descriptor.
- decode(Ontology, byte[]) - Method in class jade.content.lang.leap.LEAPCodec
-
Decodes the content to an abstract description.
- decode(Ontology, String) - Method in class jade.content.lang.sl.SimpleSLCodec
-
Decodes a content expression to an abstract description using a
given ontology.
- decode(String) - Method in class jade.content.lang.sl.SimpleSLCodec
-
- decode(String) - Method in class jade.content.lang.sl.SLCodec
-
Decodes the content to an abstract description.
- decode(Ontology, String) - Method in class jade.content.lang.sl.SLCodec
-
Decodes the content to an abstract description.
- decode(String) - Method in class jade.content.lang.StringCodec
-
Decodes the content to an abstract description.
- decode(Ontology, String) - Method in class jade.content.lang.StringCodec
-
Decodes the content to an abstract description using a
given ontology.
- decode(byte[], String) - Method in interface jade.lang.acl.ACLCodec
-
Recovers an ACLMessage
object back from raw data,
using the specific message representation to interpret the byte
sequence.
- decode(byte[], String) - Method in class jade.lang.acl.LEAPACLCodec
-
Recovers an ACLMessage
object back from raw data,
using the specific message representation to interpret the byte
sequence.
- decode() - Method in class jade.lang.acl.StringACLCodec
-
decode and parses the next message from the Reader passed in the
constructor.
- decode(byte[], String) - Method in class jade.lang.acl.StringACLCodec
-
- decodeAID() - Method in class jade.lang.acl.StringACLCodec
-
Parse an agent identifier, without it being included within an
ACL message.
- decodeData(byte[]) - Static method in class jade.core.MainDetectionManager
-
- decodeDone(String) - Static method in class jade.domain.DFService
-
Process the content of the final inform (Done)
message
resulting from a register
or deregister
action requested to a DF agent, extracting the
df-agent-description
contained within.
- decodeFormula(Ontology, String) - Method in class jade.content.lang.sl.SLCodec
-
Decodes the content to an abstract description, where the content is known to be a Well-formed Formula
- decodeNotification(String) - Static method in class jade.domain.DFService
-
Process the content of the inform
message resulting
from a subscription with a DF agent, extracting the array of
df-agent-description
objects contained within.
- decodeObject(Ontology, String) - Method in class jade.content.lang.sl.SimpleSLCodec
-
- decodeResult(String) - Static method in class jade.domain.DFService
-
Process the content of the final inform (result)
message resulting
from a search
action requested to a DF agent, extracting the array of
df-agent-description
contained within.
- decodeTerm(Ontology, String) - Method in class jade.content.lang.sl.SLCodec
-
Decodes the content to an abstract description, where the content is known to be a Term.
- DEFAULT_AGGREGATION_SEPARATOR - Static variable in class jade.core.sam.SAMInfo
-
- DEFAULT_AGGREGATION_SEPARATOR_CHAR - Static variable in class jade.core.sam.SAMInfo
-
- DEFAULT_CHARSET - Static variable in interface jade.lang.acl.ACLCodec
-
- DEFAULT_DF - Static variable in interface jade.domain.FIPANames
-
- DEFAULT_FILENAME - Static variable in class jade.Boot
-
- DEFAULT_IMTP - Static variable in class jade.core.ContainerID
-
String constant identifying the JADE default Internal Message
Transport Protocol, connecting different containers within the
same JADE platform.
- DEFAULT_PORT - Static variable in class jade.core.Profile
-
- DEFAULT_SF_TIMEOUT_KEY - Static variable in class jade.core.MicroRuntime
-
The configuration property key that specifies how much time by default a command that is
being delivered during a temporary disconnection must be stored waiting for the FE
to reconnect.
- DefaultValueFacet - Class in jade.content.schema.facets
-
This facet set the default value of an AbsObject.
- DefaultValueFacet(Object) - Constructor for class jade.content.schema.facets.DefaultValueFacet
-
Construct a DefaultValueFacet
that
set the default value of an AbsObject
- DELIM_START - Static variable in class jade.util.Toolkit
-
- DELIM_STOP - Static variable in class jade.util.Toolkit
-
- deregister(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
Deregister a AMSAgentDescription from a AMS agent.
- deregister(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
The AID of the AMS is defaulted to the AMS of this platform.
- deregister(Agent, AID) - Static method in class jade.domain.AMSService
-
A default AMSAgentDescription is used for this agent, where only AID and state
are set (state is set to ACTIVE).
- deregister(Agent) - Static method in class jade.domain.AMSService
-
A default AMSAgentDescription is used for this agent, where only AID and state
are set.
- deregister(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFService
-
Deregister a DFAgentDescription from a DF agent.
- deregister(Agent, DFAgentDescription) - Static method in class jade.domain.DFService
-
Deregisters a DFAgentDescription
from the default DF
- deregister(Agent, AID) - Static method in class jade.domain.DFService
-
A default Agent Description is used which contains only the AID
of this agent.
- deregister(Agent) - Static method in class jade.domain.DFService
-
Deregisters a DFAgentDescription
from the default DF.
- Deregister - Class in jade.domain.FIPAAgentManagement
-
This class implements the deregister
action of the
fipa-agent-management ontology
.
- Deregister() - Constructor for class jade.domain.FIPAAgentManagement.Deregister
-
Default constructor.
- DEREGISTER - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- deregister(SubscriptionResponder.Subscription) - Method in interface jade.proto.SubscriptionResponder.SubscriptionManager
-
Deregister a Subscription object
- DEREGISTER_DESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- deregisterConversation(String) - Method in class jade.lang.acl.ConversationList
-
Deregister a conversation with a given ID.
- deregisterDefaultTransition(String) - Method in class jade.core.behaviours.FSMBehaviour
-
Deregister the default transition from a given source state.
- deregisterState(String) - Method in class jade.core.behaviours.FSMBehaviour
-
Deregister a state of this FSMBehaviour
.
- deregisterTransition(String, int) - Method in class jade.core.behaviours.FSMBehaviour
-
Deregister the transition from a given source state and identfied by a
given termination event.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.AgentActionSchema
-
Return true if
- s is the base schema for the XXXSchema class this schema is
an instance of (e.g. s is ConceptSchema.getBaseSchema() and this
schema is an instance of ConceptSchema)
- s is the base schema for a super-class of the XXXSchema class
this schema is an instance of (e.g. s is TermSchema.getBaseSchema()
and this schema is an instance of ConceptSchema.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.AggregateSchema
-
Return true if
- s is the base schema for the XXXSchema class this schema is
an instance of (e.g. s is ConceptSchema.getBaseSchema() and this
schema is an instance of ConceptSchema)
- s is the base schema for a super-class of the XXXSchema class
this schema is an instance of (e.g. s is TermSchema.getBaseSchema()
and this schema is an instance of ConceptSchema)
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.ConceptSchema
-
Return true if
- s is the base schema for the XXXSchema class this schema is
an instance of (e.g. s is ConceptSchema.getBaseSchema() and this
schema is an instance of ConceptSchema)
- s is the base schema for a super-class of the XXXSchema class
this schema is an instance of (e.g. s is TermSchema.getBaseSchema()
and this schema is an instance of ConceptSchema)
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.ContentElementListSchema
-
Return true if
- s is the base schema for the XXXSchema class this schema is
an instance of (e.g. s is ConceptSchema.getBaseSchema() and this
schema is an instance of ConceptSchema)
- s is the base schema for a super-class of the XXXSchema class
this schema is an instance of (e.g. s is TermSchema.getBaseSchema()
and this schema is an instance of ConceptSchema)
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.ContentElementSchema
-
Return true if
- s is the base schema for the XXXSchema class this schema is
an instance of (e.g. s is ConceptSchema.getBaseSchema() and this
schema is an instance of ConceptSchema)
- s is the base schema for a super-class of the XXXSchema class
this schema is an instance of (e.g. s is TermSchema.getBaseSchema()
and this schema is an instance of ConceptSchema)
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.IRESchema
-
Return true if
- s is the base schema for the XXXSchema class this schema is
an instance of (e.g. s is ConceptSchema.getBaseSchema() and this
schema is an instance of ConceptSchema)
- s is the base schema for a super-class of the XXXSchema class
this schema is an instance of (e.g. s is TermSchema.getBaseSchema()
and this schema is an instance of ConceptSchema.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.ObjectSchema
-
Return true if
- s is the base schema for the XXXSchema class this schema is
an instance of (e.g. s is ConceptSchema.getBaseSchema() and this
schema is an instance of ConceptSchema)
- s is the base schema for a super-class of the XXXSchema class
this schema is an instance of (e.g. s is TermSchema.getBaseSchema()
and this schema is an instance of ConceptSchema)
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.PredicateSchema
-
Return true if
- s is the base schema for the XXXSchema class this schema is
an instance of (e.g. s is ConceptSchema.getBaseSchema() and this
schema is an instance of ConceptSchema)
- s is the base schema for a super-class of the XXXSchema class
this schema is an instance of (e.g. s is TermSchema.getBaseSchema()
and this schema is an instance of ConceptSchema)
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.PrimitiveSchema
-
Return true if
- s is the base schema for the XXXSchema class this schema is
an instance of (e.g. s is ConceptSchema.getBaseSchema() and this
schema is an instance of ConceptSchema)
- s is the base schema for a super-class of the XXXSchema class
this schema is an instance of (e.g. s is TermSchema.getBaseSchema()
and this schema is an instance of ConceptSchema)
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.TermSchema
-
Return true if
- s is the base schema for the XXXSchema class this schema is
an instance of (e.g. s is ConceptSchema.getBaseSchema() and this
schema is an instance of ConceptSchema)
- s is the base schema for a super-class of the XXXSchema class
this schema is an instance of (e.g. s is TermSchema.getBaseSchema()
and this schema is an instance of ConceptSchema)
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.VariableSchema
-
Return true if
- s is the base schema for the XXXSchema class this schema is
an instance of (e.g. s is ConceptSchema.getBaseSchema() and this
schema is an instance of ConceptSchema)
- s is the base schema for a super-class of the XXXSchema class
this schema is an instance of (e.g. s is TermSchema.getBaseSchema()
and this schema is an instance of ConceptSchema)
- deserializeACL(DataInputStream) - Static method in class jade.lang.acl.LEAPACLCodec
-
- deserializeAID(DataInputStream) - Static method in class jade.lang.acl.LEAPACLCodec
-
- destroy() - Method in class jade.AppletBoot
-
- detach() - Static method in class jade.core.MicroRuntime
-
Disconnect this front-end container from the platform.
- detect(ProfileImpl) - Static method in class jade.core.MainDetectionManager
-
- DETECT_MAIN - Static variable in class jade.core.Profile
-
This constant is the name of the property whose Boolean value
tells whether to activate the automatic main container detection mechanism.
- df - Class in jade.domain
-
Standard Directory Facilitator agent.
- df() - Constructor for class jade.domain.df
-
- DF_SEARCH_TIMEOUT_DEFAULT - Static variable in class jade.domain.DFService
-
- DF_SEARCH_TIMEOUT_KEY - Static variable in class jade.domain.DFService
-
- DFAgentDescription - Class in jade.domain.FIPAAgentManagement
-
This class implements the concept of the fipa-agent-management ontology
representing the description of an agent in the DF catalogue.
- DFAgentDescription() - Constructor for class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Default constructor.
- DFAGENTDESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- DFAGENTDESCRIPTION_LANGUAGES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- DFAGENTDESCRIPTION_LEASE_TIME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- DFAGENTDESCRIPTION_NAME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- DFAGENTDESCRIPTION_ONTOLOGIES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- DFAGENTDESCRIPTION_PROTOCOLS - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- DFAGENTDESCRIPTION_SERVICES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- DFService - Class in jade.domain
-
This class provides a set of static methods to communicate with
a DF Service that complies with FIPA specifications.
- DFService() - Constructor for class jade.domain.DFService
-
Default constructor.
- DFSubscriber - Class in jade.domain
-
- DFSubscriber(Agent, DFAgentDescription) - Constructor for class jade.domain.DFSubscriber
-
- DifferentialCounterValueProvider - Class in jade.core.sam
-
- DifferentialCounterValueProvider() - Constructor for class jade.core.sam.DifferentialCounterValueProvider
-
- DISCONFIRM - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- doActivate() - Method in class jade.core.Agent
-
Make a state transition from suspended to
active or waiting (whichever state the agent
was in when doSuspend()
was called) within Agent
Platform Life Cycle.
- doClone(Location, String) - Method in class jade.core.Agent
-
Make this agent be cloned on another location.
- DocumentationFacet - Class in jade.content.schema.facets
-
- DocumentationFacet(String) - Constructor for class jade.content.schema.facets.DocumentationFacet
-
Construct a DocumentationFacet
that
set the documentation of an AbsObject
- doDelete() - Method in class jade.core.Agent
-
Make a state transition from active, suspended
or waiting to deleted state within Agent
Platform Life Cycle, thereby destroying the agent.
- doFipaRequestClient(Agent, ACLMessage) - Static method in class jade.domain.FIPAService
-
This method plays the initiator role in the Fipa-Request
interaction protocol and performs all the steps of the
protocol.
- doFipaRequestClient(Agent, ACLMessage, long) - Static method in class jade.domain.FIPAService
-
This method plays the initiator role in the Fipa-Request
interaction protocol and performs all the steps of the protocol,
and additionally sets a conversation timeout.
- doMove(Location) - Method in class jade.core.Agent
-
Make this agent move to a remote location.
- DONE - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- Done - Class in jade.content.onto.basic
-
This class implements the done
operator of the
FIPA SL0 action.
- Done() - Constructor for class jade.content.onto.basic.Done
-
- Done(Concept) - Constructor for class jade.content.onto.basic.Done
-
- done() - Method in class jade.core.behaviours.Behaviour
-
Check if this behaviour is done.
- done() - Method in class jade.core.behaviours.CompositeBehaviour
-
Checks whether this behaviour has terminated.
- done() - Method in class jade.core.behaviours.CyclicBehaviour
-
This is the method that makes CyclicBehaviour
cyclic, because it always returns false
.
- done() - Method in class jade.core.behaviours.LoaderBehaviour
-
The done() method is redefined to make this behaviour terminate
when its stop()
method is called.
- done() - Method in class jade.core.behaviours.OneShotBehaviour
-
This is the method that makes OneShotBehaviour
one-shot, because it always returns true
.
- done() - Method in class jade.core.behaviours.TickerBehaviour
-
- done() - Method in class jade.core.behaviours.WakerBehaviour
-
- done() - Method in class jade.core.behaviours.WrapperBehaviour
-
- done() - Method in class jade.domain.introspection.AMSSubscriber
-
- done() - Method in class jade.proto.SimpleAchieveREInitiator
-
- done() - Method in class jade.proto.SimpleAchieveREResponder
-
This method checks whether this behaviour has finished or not.
- DONE_ACTION - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- DONE_CONDITION - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
- DONT_NOTIFY_FAILURE - Static variable in class jade.lang.acl.ACLMessage
-
User defined parameter key specifying, when set to "true", that if the delivery of a
message fails, no FAILURE notification has to be sent back to the sender.
- doSubstitutions(String) - Method in class jade.util.ExtendedProperties
-
Replace all substrings of the form ${xxx} with the property value
using the key xxx.
- doSubstitutions(String, boolean) - Method in class jade.util.ExtendedProperties
-
Replace all substrings of the form ${xxx} with the property value
using the key xxx.
- doSuspend() - Method in class jade.core.Agent
-
Make a state transition from active or waiting
to suspended within Agent Platform Life Cycle; the
original agent state is saved and will be restored by a
doActivate()
call.
- doWait() - Method in class jade.core.Agent
-
Make a state transition from active to waiting
within Agent Platform Life Cycle.
- doWait(long) - Method in class jade.core.Agent
-
Make a state transition from active to waiting
within Agent Platform Life Cycle.
- doWake() - Method in class jade.core.Agent
-
Make a state transition from waiting to active
within Agent Platform Life Cycle.
- DUMMY_FINAL - Static variable in class jade.proto.ProposeInitiator
-
- dump(int, PrintStream) - Method in class jade.content.abs.AbsAggregate
-
- dump() - Method in class jade.content.onto.Ontology
-
Dump ontology to default output stream
- dump(PrintStream) - Method in class jade.content.onto.Ontology
-
Dump ontology to specified PrintStream
- dump(String) - Method in class jade.core.BaseService
-
This method can be redefined to support service internal data inspection by means of the ContainerMonitorAgent
included in the misc add-on.
- DUMP_OPTIONS - Static variable in class jade.core.Profile
-
This constant is the name of the property whose Boolean value
tells whether startup options should be dumped.
- dumpAllThreads() - Static method in class jade.util.ThreadDumpManager
-
- dumpThread(String, Thread) - Static method in class jade.util.ThreadDumpManager
-
- dumpThread(String, Thread, ThreadInfo) - Static method in class jade.util.ThreadDumpManager
-
- DynamicJadeGateway - Class in jade.wrapper.gateway
-
- DynamicJadeGateway() - Constructor for class jade.wrapper.gateway.DynamicJadeGateway
-
- GatewayAgent - Class in jade.wrapper.gateway
-
This agent is the gateway able to execute all commands requests received via JadeGateway.
- GatewayAgent() - Constructor for class jade.wrapper.gateway.GatewayAgent
-
- GatewayBehaviour - Class in jade.wrapper.gateway
-
This is a cyclic behaviour that processes the commands received via JadeGateway.
- GatewayBehaviour() - Constructor for class jade.wrapper.gateway.GatewayBehaviour
-
- GatewayListener - Interface in jade.wrapper.gateway
-
- GenericCommand - Class in jade.core
-
A generic implementation of the Command
interface,
operating at the meta-level to provide a generic transformation of
method invocations.
- GenericCommand(String, String, String) - Constructor for class jade.core.GenericCommand
-
Creates a new generic command, with the given name and
belonging to the given service and interaction.
- get(int) - Method in class jade.content.abs.AbsAggregate
-
Retrieves the i
-th element in this aggregate.
- get(int) - Method in class jade.content.abs.AbsContentElementList
-
Retrieves the i
-th element in this content element list.
- get() - Method in class jade.content.abs.AbsExtendedPrimitive
-
- get(int) - Method in class jade.content.ContentElementList
-
Retrieves the i
-th element in this content element list.
- get(Object) - Method in class jade.util.ExtendedProperties
-
Get the object associated with a key.
- get() - Method in class jade.util.InputQueue
-
Extract the first object in the queue (if any).
- get(int) - Method in class jade.util.leap.ArrayList
-
- get(Object) - Method in class jade.util.leap.HashMap
-
- get(int) - Method in class jade.util.leap.LinkedList
-
- get(int) - Method in interface jade.util.leap.List
-
Returns the element at the specified position in this list.
- get(Object) - Method in interface jade.util.leap.Map
-
Returns the value to which this map maps the specified
key.
- get() - Method in class jade.util.leap.RoundList
-
Returns the current element
in the list and updates the pointer
such that the current becomes the
next element in the list.
- getAbsObject(String) - Method in class jade.content.abs.AbsAggregate
-
Overrides this method to check that name is of the form
Codec.UNNAMEDPERFIX+index
- getAbsObject(String) - Method in class jade.content.abs.AbsContentElementList
-
Makes no sense in the case of an AbsContentElementList that has no attribute
--> Just return null
- getAbsObject(String) - Method in class jade.content.abs.AbsExtendedPrimitive
-
Makes no sense in the case of an AbsExtendedPrimitive that has no attribute
--> Just return null
- getAbsObject(String) - Method in interface jade.content.abs.AbsObject
-
Gets the value of an attribute of the object held by this
abstract descriptor.
- getAbsObject(String) - Method in class jade.content.abs.AbsObjectImpl
-
Gets the value of an attribute of the object held by this
abstract descriptor.
- getAbsObject(String) - Method in class jade.content.abs.AbsPrimitive
-
Makes no sense in the case of an AbsPrimitive that has no attribute
--> Just return null
- getAbsObject(String) - Method in class jade.content.onto.ConceptSlotFunction
-
- getAbsTerm(String) - Method in class jade.content.abs.AbsConcept
-
Gets the value of an attribute of the concept
held by this abstract descriptor.
- getAbsTerm(String) - Method in class jade.content.abs.AbsPredicate
-
Gets the value (casted as an AbsTerm) of an attribute of
the predicate held by this abstract descriptor.
- getAbsType() - Method in class jade.content.abs.AbsAgentAction
-
- getAbsType() - Method in class jade.content.abs.AbsAggregate
-
- getAbsType() - Method in class jade.content.abs.AbsConcept
-
- getAbsType() - Method in class jade.content.abs.AbsConceptSlotFunction
-
- getAbsType() - Method in class jade.content.abs.AbsContentElementList
-
- getAbsType() - Method in class jade.content.abs.AbsExtendedPrimitive
-
- getAbsType() - Method in class jade.content.abs.AbsIRE
-
- getAbsType() - Method in interface jade.content.abs.AbsObject
-
- getAbsType() - Method in class jade.content.abs.AbsObjectImpl
-
- getAbsType() - Method in class jade.content.abs.AbsPredicate
-
- getAbsType() - Method in class jade.content.abs.AbsPrimitive
-
- getAbsType() - Method in class jade.content.abs.AbsVariable
-
- getACLMessage() - Method in exception jade.domain.FIPAAgentManagement.FailureException
-
- getACLMessage() - Method in exception jade.domain.FIPAAgentManagement.RefuseException
-
- getACLMessage() - Method in exception jade.domain.FIPAException
-
Retrieve the ACL message whose content is represented by this
exception.
- getAclRepresentation() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the acl-representation
slot of this
object.
- getAct() - Method in exception jade.domain.FIPAAgentManagement.UnexpectedAct
-
- getAct() - Method in exception jade.domain.FIPAAgentManagement.UnsupportedAct
-
- getAction() - Method in class jade.content.onto.basic.Action
-
- getAction() - Method in class jade.content.onto.basic.Done
-
- getAction() - Method in class jade.content.onto.basic.Result
-
- getActionNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of all agent actions defined in this ontology (including extended ontologies).
- getActor() - Method in class jade.content.onto.basic.Action
-
- getActualActor() - Method in class jade.core.behaviours.ActionExecutor
-
- getAddress() - Method in class jade.core.ContainerID
-
Retrieve the IP address of the host, the described container is running on.
- getAddress() - Method in interface jade.core.Location
-
Read the address for a location.
- getAddress() - Method in class jade.core.PlatformID
-
- getAddress() - Method in class jade.domain.introspection.AddedMTP
-
Retrieve the value of the address
slot of this
event, containing the address URL of the newly added MTP.
- getAddress() - Method in class jade.domain.introspection.RemovedMTP
-
Retrieve the value of the address
slot of this
event, containing the address URL of the newly removed MTP.
- getAddress() - Method in class jade.domain.JADEAgentManagement.InstallMTP
-
Retrieve the value of the address
slot of this
action, containing the address URL of the MTP to install.
- getAddress() - Method in class jade.domain.JADEAgentManagement.UninstallMTP
-
Retrieve the value of the address
slot of this
action, containing the address URL of the MTP to uninstall.
- getAddress() - Method in class jade.util.TransportAddressWrapper
-
- getAddressesArray() - Method in class jade.core.AID
-
Returns an array of string containing all the addresses of the agent
- getAgent() - Method in class jade.core.behaviours.Behaviour
-
- getAgent(String) - Static method in class jade.core.MicroRuntime
-
Get agent proxy to local agent given its name.
- getAgent() - Method in class jade.domain.introspection.BornAgent
-
Retrieve the value of the agent
slot of this
event, containing the agent identifier of the newly born agent.
- getAgent() - Method in class jade.domain.introspection.DeadAgent
-
Retrieve the value of the agent
slot of this
event, containing the agent identifier of the newly dead agent.
- getAgent() - Method in class jade.domain.introspection.MovedAgent
-
Retrieve the value of the agent
slot of this
event, containing the agent identifier of the newly moved agent.
- getAgent() - Method in class jade.domain.introspection.ResumedAgent
-
Retrieve the value of the agent
slot of this
event, containing the agent identifier of the newly resumed
agent.
- getAgent() - Method in class jade.domain.introspection.SuspendedAgent
-
Retrieve the value of the agent
slot of this
event, containing the agent identifier of the newly suspended
agent.
- getAgent() - Method in class jade.domain.JADEAgentManagement.KillAgent
-
Retrieve the value of the agent
slot of this
event, containing the agent identifier of the agent to
terminate.
- getAgent(String) - Method in class jade.wrapper.ContainerController
-
Get a controller (i.e. a proxy) to a local agent given its local-name.
- getAgent(String, boolean) - Method in class jade.wrapper.ContainerController
-
Get a controller (i.e. a proxy) to a local agent given its local-name or GUID.
- getAgent(String) - Method in interface jade.wrapper.PlatformController
-
Get agent proxy to local agent given its name.
- getAgentGUID() - Method in interface jade.wrapper.PlatformEvent
-
Retrieve the global agent name (i.e. the local name and the
platform ID).
- getAgentIdentifier() - Method in class jade.domain.JADEAgentManagement.WhereIsAgentAction
-
Retrieve the value of the agent-identifier
slot of
this action, containing the agent identifier for the agent
whose location is requested.
- getAgentName() - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Retrieve the value of the agent-name
slot of this
event, containing the local name (i.e. without the platform ID)
of the agent to create.
- getAgentProfile() - Method in class jade.domain.mobility.MobileAgentDescription
-
Retrieve the value of the agent-profile
slot of
this event, containing the profile for the descrbed agent.
- getAgentState() - Method in class jade.core.Agent
-
- getAgentVersion() - Method in class jade.domain.mobility.MobileAgentDescription
-
Retrieve the value of the agent-version
slot of
this event, containing the version string for the described
agent.
- getAggregationInfo(String, int) - Static method in class jade.core.sam.SAMInfo
-
- getAID() - Method in class jade.core.Agent
-
Method to query the private Agent ID.
- getAID(String) - Method in class jade.core.Agent
-
Method to build a complete agent GUID belonging to the same platform of the current agent
- getAllAddresses() - Method in class jade.core.AID
-
Returns an iterator of all the addresses of the agent.
- getAllAddresses() - Method in class jade.domain.FIPAAgentManagement.APService
-
Access all addresses from the addresses
slot
collection of this object.
- getAllAPServices() - Method in class jade.domain.FIPAAgentManagement.APDescription
-
Access all services from the ap-services
slot
collection of this object.
- getAllArguments() - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Remove all objects from the arguments
slot
collection of this object.
- getAllIntendedReceiver() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Access all agent identifiers from the intended
receiver
slot collection of this object.
- getAllIntendedReceiver() - Method in class jade.lang.acl.ACLMessage
-
retrieve the whole list of intended receivers for this message.
- getAllLanguages() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Access all content language names from the
languages
slot collection of this object.
- getAllLanguages() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Access all content language names from the
languages
slot collection of this object.
- getAllOntologies() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Access all ontology names from the ontologies
slot
collection of this object.
- getAllOntologies() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Access all ontology names from the ontologies
slot
collection of this object.
- getAllPerformativeNames() - Static method in class jade.lang.acl.ACLMessage
-
Returns the list of the communicative acts as an array of String
.
- getAllProperties() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Access all properties from the properties
slot
collection of this object.
- getAllProperties() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Access all properties from the properties
slot
collection of this object.
- getAllProtocols() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Access all protocol names from the protocols
slot
collection of this object.
- getAllProtocols() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Access all protocol names from the protocols
slot
collection of this object.
- getAllReceiver() - Method in class jade.lang.acl.ACLMessage
-
Reads :receiver
slot.
- getAllReplyTo() - Method in class jade.lang.acl.ACLMessage
-
Reads :reply_to
slot.
- getAllResolvers() - Method in class jade.core.AID
-
Returns an iterator of all the resolvers.
- getAllServices() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Access all service descriptions from the services
slot collection of this object.
- getAllSlices() - Method in class jade.core.BaseService
-
The getAllSlices()
implementation of this class
directly retrieves the current list of slices from the Service
Manager.
- getAllSlices() - Method in interface jade.core.Service
-
Retrieve the whole array of slices that compose this service.
- getAllTo() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Access all agent identifiers from the to
slot
collection of this object.
- getAllUserDefinedParameters() - Method in class jade.lang.acl.ACLMessage
-
Return all user defined parameters of this ACLMessage in form of a Properties object
- getAllUserDefinedSlot() - Method in class jade.core.AID
-
Returns the user-defined slots as properties.
- getAMS() - Method in class jade.core.Agent
-
Get the Agent ID for the platform AMS.
- getAMS() - Method in interface jade.core.AgentContainer
-
- getAmsAID() - Method in class jade.core.PlatformID
-
- getAMSBehaviour() - Method in class jade.core.BaseService
-
This should be properly implemented
by the services that require a service specific Behaviour
running in the AMS.
- getAMSBehaviour() - Method in interface jade.core.Service
-
Retrieve a behaviour that is associated with this service, and
that will be deployed within the AMS.
- getArgs() - Method in class jade.core.Specifier
-
Retrieve the argument list for this specifier.
- getArgumentName() - Method in exception jade.domain.FIPAAgentManagement.MissingArgument
-
- getArgumentName() - Method in exception jade.domain.FIPAAgentManagement.UnexpectedArgument
-
- getArguments() - Method in class jade.core.Agent
-
Get the array of arguments passed to this agent.
- getBaseSchema() - Static method in class jade.content.schema.AgentActionSchema
-
Retrieve the generic base schema for all agent actions.
- getBaseSchema() - Static method in class jade.content.schema.AggregateSchema
-
Retrieve the generic base schema for all aggregates.
- getBaseSchema() - Static method in class jade.content.schema.ConceptSchema
-
Retrieve the generic base schema for all concepts.
- getBaseSchema() - Static method in class jade.content.schema.ContentElementListSchema
-
Retrieve the generic base schema for all content element lists.
- getBaseSchema() - Static method in class jade.content.schema.ContentElementSchema
-
Retrieve the generic base schema for all content elements.
- getBaseSchema() - Static method in class jade.content.schema.IRESchema
-
Retrieve the generic base schema for all ire-s.
- getBaseSchema() - Static method in class jade.content.schema.ObjectSchema
-
Retrieve the generic base schema for all objects.
- getBaseSchema() - Static method in class jade.content.schema.PredicateSchema
-
Retrieve the generic base schema for all predicates.
- getBaseSchema() - Static method in class jade.content.schema.PrimitiveSchema
-
Retrieve the generic base schema for all primitives.
- getBaseSchema() - Static method in class jade.content.schema.TermSchema
-
Retrieve the generic base schema for terms.
- getBaseSchema() - Static method in class jade.content.schema.VariableSchema
-
Retrieve the generic base schema for all variables.
- getBehaviourName() - Method in class jade.core.behaviours.Behaviour
-
Retrieve the name of this behaviour object.
- getBoolean() - Method in class jade.content.abs.AbsPrimitive
-
- getBoolean(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes
of type boolean
directly as a boolean
i.e. not wrapped into an AbsPrimitive/code>.
- getBooleanProperty(String, boolean) - Method in class jade.core.Profile
-
Retrieve a boolean value for a configuration property.
- getBooleanProperty(String, boolean) - Method in class jade.core.ProfileImpl
-
Retrieve a boolean value for a configuration property.
- getBooleanProperty(String, boolean) - Method in class jade.util.ExtendedProperties
-
Extract a string value ("true" or "false") and convert it to
a boolean.
- getBootProperties() - Method in class jade.core.Agent
-
Return the configuration properties exactly as they were passed to the Profile before
starting the local JADE container.
- getBootProperties() - Method in class jade.core.Profile
-
Retrieve the configuration properties as they were passed to this Profile object, i.e. without
internal initializations automatically performed by the Profile class.
- getBootProperties() - Method in class jade.core.ProfileImpl
-
Retrieve the configuration properties as they were passed to this Profile object, i.e. without
internal initializations automatically performed by the Profile class.
- getBy() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Retrieve the by
slot of this object.
- getByteSequence() - Method in class jade.content.abs.AbsPrimitive
-
- getByteSequence(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes
of type byte[]
directly as a byte[]
i.e. not wrapped into an AbsPrimitive/code>.
- getByteSequenceContent() - Method in class jade.lang.acl.ACLMessage
-
Reads :content
slot.
- getCancel() - Method in class jade.domain.introspection.AMSSubscriber
-
Retrieve the cancel
ACL message
used to cancel the subscription to the AMS.
- getCardMax() - Method in class jade.content.schema.facets.CardinalityFacet
-
- getCardMin() - Method in class jade.content.schema.facets.CardinalityFacet
-
- getChildren() - Method in class jade.core.behaviours.CompositeBehaviour
-
This method returns a Collection view of the children of
this CompositeBehaviour
- getChildren() - Method in class jade.core.behaviours.FSMBehaviour
-
Return a Collection view of the children of
this SequentialBehaviour
- getChildren() - Method in class jade.core.behaviours.ParallelBehaviour
-
Return a Collection view of the children of
this ParallelBehaviour
- getChildren() - Method in class jade.core.behaviours.SequentialBehaviour
-
Return a Collection view of the children of
this SequentialBehaviour
- getClassForElement(String) - Method in class jade.content.onto.Ontology
-
Retrieves the concrete class associated with element name
in this ontology.
- getClassName() - Method in class jade.core.Specifier
-
Retrieve the class name of this specifier.
- getClassName() - Method in class jade.domain.introspection.BornAgent
-
- getClassName() - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Retrieve the value of the class-name
slot of this
event, containing the name of the Java class implementing the
agentto create.
- getClassName() - Method in class jade.domain.JADEAgentManagement.InstallMTP
-
Retrieve the value of the class-name
slot of this
action, containing the name of the Java class implementing the
MTP endpoint to install.
- getClassName() - Method in class jade.domain.mobility.LoadBehaviour
-
- getClasspathLocations() - Method in class jade.util.ClassFinder
-
Determine every URL location defined by the current classpath, and it's
associated package name.
- getCode() - Method in class jade.domain.mobility.LoadBehaviour
-
- getCode() - Method in interface jade.wrapper.State
-
Return the integer code assigned to the state.
- getCode() - Method in class jade.wrapper.StateBase
-
Return the integer code that identifies this state.
- getCommandFilter(boolean) - Method in class jade.core.BaseService
-
This should be properly implemented
by the services that have filters.
- getCommandFilter(boolean) - Method in class jade.core.sam.SAMService
-
- getCommandFilter(boolean) - Method in interface jade.core.Service
-
Access the command filter this service needs to perform its
tasks.
- getCommandSink(boolean) - Method in class jade.core.BaseService
-
This should be properly implemented
by the services that have sinks.
- getCommandSink(boolean) - Method in interface jade.core.Service
-
Access the command sink this service uses to handle its own
vertical commands.
- getComments() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the comments
slot of this object.
- getConcept() - Method in class jade.content.onto.ConceptSlotFunction
-
- getConceptNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of all concepts defined in this ontology (including extended ontologies).
- getCondition() - Method in class jade.content.onto.basic.Done
-
- getConstraints() - Method in class jade.domain.FIPAAgentManagement.Search
-
Retrieve the constraints
slot of this object.
- getContainer() - Method in class jade.domain.introspection.AddedContainer
-
Retrieve the value of the container
slot of this
event, containing the container identifier of the newly added
container.
- getContainer() - Method in class jade.domain.introspection.KillContainerRequested
-
Retrieve the value of the container
slot of this
event, containing the identifier of the container that is requested
to be killed.
- getContainer() - Method in class jade.domain.introspection.RemovedContainer
-
Retrieve the value of the container
slot of this
event, containing the container identifier of the newly removed
container.
- getContainer() - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Retrieve the value of the container
slot of this
event, containing the container identifier of the container
where the agent is to be created.
- getContainer() - Method in class jade.domain.JADEAgentManagement.InstallMTP
-
Retrieve the value of the container
slot of this
action, containing the container identifier of the container
where the new MTP is to be deployed.
- getContainer() - Method in class jade.domain.JADEAgentManagement.KillContainer
-
Retrieve the value of the container
slot of this
event, containing the container identifier of the container to
terminate.
- getContainer() - Method in class jade.domain.JADEAgentManagement.UninstallMTP
-
Retrieve the value of the container
slot of this
action, containing the container identifier of the container
where the MTP to uninstall is deployed.
- getContainerController() - Method in class jade.core.Agent
-
Return a controller for the container this agent lives in.
- getContainerName() - Static method in class jade.core.MicroRuntime
-
- getContainerName() - Method in class jade.wrapper.ContainerController
-
Retrieve the name of the wrapped container.
- getContainerRemoved() - Method in class jade.domain.introspection.DeadAgent
-
- getContent() - Method in class jade.lang.acl.ACLMessage
-
Reads :content
slot.
- getContentManager() - Method in class jade.core.Agent
-
Retrieves the agent's content manager
- getContentObject() - Method in class jade.lang.acl.ACLMessage
-
This method returns the content of this ACLMessage when they have
been written via the method setContentObject
.
- getConversationId() - Method in class jade.lang.acl.ACLMessage
-
Reads :conversation-id
slot.
- getCount() - Method in class jade.content.abs.AbsAggregate
-
Overrides method in superclass
- getCount() - Method in class jade.content.abs.AbsContentElementList
-
Return the number of elements in the list.
- getCount() - Method in class jade.content.abs.AbsExtendedPrimitive
-
Makes no sense in the case of an AbsExtendedPrimitive that has no attribute
--> Just return 0
- getCount() - Method in interface jade.content.abs.AbsObject
-
Gets the number of attributes.
- getCount() - Method in class jade.content.abs.AbsObjectImpl
-
Gets the number of attributes.
- getCount() - Method in class jade.content.abs.AbsPrimitive
-
Makes no sense in the case of an AbsPrimitive that has no attribute
--> Just return 0
- getCount() - Method in class jade.content.onto.ConceptSlotFunction
-
- getCounterValues() - Method in class jade.core.sam.SAMInfo
-
Provides the differential values of all monitored counters in form of a Map.
- getCredentials() - Method in interface jade.core.Command
-
Get the credentials that the actor of this command
wants to use while processing this command.
- getCredentials() - Method in class jade.core.GenericCommand
-
- getCurQueueSize() - Method in class jade.core.Agent
-
This method retrieves the current length of the message queue
of this agent.
- getCurrent() - Method in class jade.core.behaviours.CompositeBehaviour
-
This method returns the child behaviour currently
scheduled for execution
- getCurrent() - Method in class jade.core.behaviours.FSMBehaviour
-
Get the current child
- getCurrent() - Method in class jade.core.behaviours.ParallelBehaviour
-
Get the current child
- getCurrent() - Method in class jade.core.behaviours.SequentialBehaviour
-
Get the current child
- getCurrentPhase() - Method in class jade.proto.TwoPhInitiator
-
- getDataStore() - Method in class jade.core.behaviours.Behaviour
-
Return the private data store of this Behaviour
.
- getDataStore() - Method in class jade.core.behaviours.WrapperBehaviour
-
- getDate() - Method in class jade.content.abs.AbsPrimitive
-
- getDate(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes
of type Date
directly as a Date
i.e. not wrapped into an AbsPrimitive/code>.
- getDate() - Static method in class jade.core.Runtime
-
- getDate() - Method in class jade.core.VersionManager
-
- getDate() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the date
slot of this object.
- getDate() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Retrieve the date
slot of this object.
- getDefaultDF() - Method in class jade.core.Agent
-
Get the Agent ID for the platform default DF.
- getDefaultDF() - Method in interface jade.core.AgentContainer
-
- getDefaultGateway() - Static method in class jade.wrapper.gateway.JadeGateway
-
- getDefaultNetworkName() - Static method in class jade.core.Profile
-
- getDefaultNetworkName(boolean) - Static method in class jade.core.Profile
-
- getDefaultValue() - Method in class jade.content.schema.facets.DefaultValueFacet
-
Get the default value associated to this facet
- getDependencies() - Method in class jade.domain.mobility.MobileAgentLanguage
-
Retrieve the value of the dependencies
slot of
this event, containing the language dependencies of the
described agent.
- getDependencies() - Method in class jade.domain.mobility.MobileAgentOS
-
Retrieve the value of the dependencies
slot of
this event, containing the OS dependencies of the described
agent.
- getDependencies() - Method in class jade.domain.mobility.MobileAgentSystem
-
Retrieve the value of the dependencies
slot of
this event, containing the runtime system dependencies of the
described agent.
- getDescription() - Method in class jade.domain.FIPAAgentManagement.Deregister
-
Retrieve the description
slot of this object.
- GETDESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
- GetDescription - Class in jade.domain.FIPAAgentManagement
-
This class implements the get-description
action of the
fipa-agent-management ontology
.
- GetDescription() - Constructor for class jade.domain.FIPAAgentManagement.GetDescription
-
Default constructor.
- getDescription() - Method in class jade.domain.FIPAAgentManagement.Modify
-
Retrieve the description
slot of this object.
- getDescription() - Method in class jade.domain.FIPAAgentManagement.Register
-
Retrieve the description
slot of this object.
- getDescription() - Method in class jade.domain.FIPAAgentManagement.Search
-
Retrieve the description
slot of this object.
- getDescriptionOfThisDF() - Method in class jade.domain.df
-
This method returns the current description of this DF
- getDescriptionOfThisDF(AID) - Method in class jade.domain.df
-
This method returns the description of this df used to federate with the given parent
- getDestination() - Method in class jade.domain.mobility.MobileAgentDescription
-
Retrieve the value of the destination
slot of this
event, containing the destination of the mobility operation
performed by the described agent.
- getDFAgentDsc(AID) - Method in class jade.domain.df
-
This method returns the description of an agent registered with the DF.
- getDocumentation() - Method in class jade.content.schema.facets.DocumentationFacet
-
Get the documentation associated to this facet
- getDouble() - Method in class jade.content.abs.AbsPrimitive
-
- getDouble(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes
of type double
directly as a double
i.e. not wrapped into an AbsPrimitive/code>.
- getElementsSchema() - Method in class jade.content.schema.AggregateSchema
-
- getElementTemplate() - Method in class jade.content.abs.AbsAggregate
-
Get the abstract template of aggregate element
- getEncoding() - Method in class jade.lang.acl.ACLMessage
-
Reads :encoding
slot.
- getEncodingByOrder() - Method in class jade.content.schema.ObjectSchema
-
Get the indication whether the preferred encoding for the slots
of concepts compliant to this schema is by order or by name.
- getEntityMeasures() - Method in class jade.core.sam.SAMInfo
-
Provides the measures of all monitored entities in form of a Map.
- getEnvelope() - Method in class jade.lang.acl.ACLMessage
-
Reads the envelope attached to this message, if any.
- getErrorMessage() - Method in exception jade.domain.FIPAAgentManagement.InternalError
-
- getErrorMsg() - Method in class jade.core.behaviours.BaseInitiator
-
Shortcut method for getOutcome().getErrorMsg()
- getErrorMsg() - Method in class jade.core.behaviours.OutcomeManager
-
Retrieve the error-message providing details about the reason of failure of the behaviour holding this OutcomeManager .
- getErrors() - Method in class jade.util.ClassFinder
-
- getEventType() - Method in interface jade.wrapper.PlatformEvent
-
Retrieve the event type.
- getExitCode() - Method in class jade.core.behaviours.BaseInitiator
-
Shortcut method for getOutcome().getExitCode()
- getExitCode() - Method in class jade.core.behaviours.OutcomeManager
-
Retrieve the exit-code that indicates whether the behaviour holding this OutcomeManager succeeded (OK
) or failed (KO
)
- getFacets(String) - Method in class jade.content.schema.ObjectSchema
-
Retrieves the facets defined upon a slot.
- getFailedReceiver(Agent, ACLMessage) - Static method in class jade.domain.AMSService
-
Extracts the receiver a message could not be delivered to from
a FAILURE message received by the AMS.
- getFailureReason(Agent, ACLMessage) - Static method in class jade.domain.AMSService
-
- getFloat() - Method in class jade.content.abs.AbsPrimitive
-
- getFloat(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes
of type float
directly as a float
i.e. not wrapped into an AbsPrimitive/code>.
- getFreshSlice(String) - Method in class jade.core.BaseService
-
- getFrom() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the from
slot of this object.
- getFrom() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Retrieve the from
slot of this object.
- getFrom() - Method in class jade.domain.introspection.MovedAgent
-
Retrieve the value of the from
slot of this event,
containing the container identifier of the container from where
the agent migrated.
- getFunction() - Method in exception jade.domain.FIPAAgentManagement.UnsupportedFunction
-
- getHap() - Method in class jade.core.Agent
-
Method to query the Home Agent Platform.
- getHap() - Method in class jade.core.AID
-
Returns the HAP of the agent or null if the GUID of this
AID
is not of the form
@
- getHelper(String) - Method in class jade.core.Agent
-
Retrieves the agent's service helper
- getHelper(Agent) - Method in class jade.core.BaseService
-
This should be properly implemented
by the services that have helpers.
- getHelper(Agent) - Method in class jade.core.sam.SAMService
-
- getHelper(Agent) - Method in interface jade.core.Service
-
Get the helper for accessing this service.
- getHorizontalInterface() - Method in class jade.core.BaseService
-
This should be properly implemented
by the services that have non-empty slices.
- getHorizontalInterface() - Method in class jade.core.sam.SAMService
-
- getHorizontalInterface() - Method in interface jade.core.Service
-
Retrieve the interface through which the different service
slices will communicate, that is, the service Horizontal
Interface.
- getID() - Method in interface jade.core.AgentContainer
-
- getID() - Method in class jade.core.ContainerID
-
Retrieve a string identifying the described container.
- getID() - Method in interface jade.core.Location
-
Read a unique ID for the location.
- getID() - Method in class jade.core.PlatformID
-
- getId() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Retrieve the id
slot of this object.
- getIgnoredConversations() - Method in class jade.core.behaviours.OntologyServer
-
- getIMTPManager() - Method in class jade.core.BaseService
-
- getInitialCredentials() - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
- getInnerOntology() - Method in class jade.content.lang.Codec
-
- getInnerOntology() - Method in class jade.content.lang.sl.SimpleSLCodec
-
- getInnerOntology() - Method in class jade.content.lang.sl.SLCodec
-
- getInReplyTo() - Method in class jade.lang.acl.ACLMessage
-
Reads :reply-to
slot.
- getInstance() - Static method in class jade.content.lang.sl.SLOntology
-
- getInstance() - Static method in class jade.content.onto.BasicOntology
-
Returns the singleton instance of the BasicOntology
.
- getInstance() - Static method in class jade.content.onto.JavaCollectionOntology
-
Returns the singleton instance of the JavaCollectionOntology
.
- getInstance() - Static method in class jade.content.onto.SerializableOntology
-
Returns the singleton instance of the SerializableOntology
.
- getInstance() - Static method in class jade.domain.FIPAAgentManagement.ExceptionOntology
-
This method returns the unique instance (according to the singleton
pattern) of the Exception-ontology.
- getInstance() - Static method in class jade.domain.FIPAAgentManagement.FIPAManagementOntology
-
This method returns the unique instance (according to the singleton
pattern) of the FIPA-Agent-Management-ontology.
- getInstance() - Static method in class jade.domain.introspection.IntrospectionOntology
-
This method grants access to the unique instance of the
ontology.
- getInstance() - Static method in class jade.domain.JADEAgentManagement.JADEManagementOntology
-
This method returns the unique instance (according to the singleton
pattern) of the JADE-Agent-Management-ontology.
- getInstance() - Static method in class jade.domain.mobility.BehaviourLoadingOntology
-
This method returns the singleton instance of the
Behaviour-Loading ontology.
- getInstance() - Static method in class jade.domain.mobility.MobilityOntology
-
- getInstance() - Static method in class jade.util.leap.EmptyIterator
-
Returns the singleton EmptyIterator object.
- getInteger() - Method in class jade.content.abs.AbsPrimitive
-
- getInteger(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes
of type int
directly as an int
i.e. not wrapped into an AbsPrimitive/code>.
- getInteger(String) - Static method in class jade.lang.acl.ACLMessage
-
Returns the integer corresponding to the performative
- getInteraction() - Method in class jade.core.GenericCommand
-
- getInteraction() - Method in interface jade.core.HorizontalCommand
-
Query the interaction this command object is a part of.
- getIntProperty(String, int) - Method in class jade.util.ExtendedProperties
-
Extract a string value and convert it to an integer.
- getIntrospector() - Method in class jade.content.onto.Ontology
-
- getItems() - Method in class jade.content.onto.basic.Result
-
- getJADELogger(String) - Static method in class jade.util.Logger
-
Find or create a logger for a named subsystem.
- getJavaClass() - Static method in class jade.content.abs.AbsAgentAction
-
- getJavaClass() - Static method in class jade.content.abs.AbsConcept
-
- getJavaClass() - Static method in class jade.content.abs.AbsIRE
-
- getJavaClass() - Static method in class jade.content.abs.AbsPredicate
-
- getJavaClass() - Static method in class jade.content.abs.AbsVariable
-
- getJavaType() - Method in class jade.content.schema.facets.JavaTypeFacet
-
Get the java type associated to this facet
- GETKEYS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- getLanguage() - Method in class jade.domain.mobility.MobileAgentProfile
-
Retrieve the value of the language
slot of this
action, containing the language of the described agent.
- getLanguage() - Method in class jade.lang.acl.ACLMessage
-
Reads :language
slot.
- getLanguageNames() - Method in class jade.content.ContentManager
-
- getLastExitValue() - Method in class jade.core.behaviours.FSMBehaviour
-
Retrieve the exit value of the most recently executed
child.
- getLeaseTime() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Retrieve the lease time for the registration of this
description (i.e., how long it will be kept within the DF agent
knowledge base).
- getLeft() - Method in class jade.content.onto.basic.Equals
-
- getLocalName() - Method in class jade.core.Agent
-
Method to query the agent local name.
- getLocalName() - Method in class jade.core.AID
-
Returns the local name of the agent (without the HAP).
- getLocalNode() - Method in class jade.core.BaseService
-
- getLocalSlice() - Method in class jade.core.BaseService
-
This should be properly implemented
by the services that have non-empty slices.
- getLocalSlice() - Method in class jade.core.sam.SAMService
-
- getLocalSlice() - Method in interface jade.core.Service
-
Retrieve the locally installed slice of this service.
- getLocation() - Method in class jade.domain.JADEAgentManagement.QueryAgentsOnLocation
-
Retrieve the value of the location
slot of this
event, containing the location for which the agent list is
requested.
- getLocationOf(Class) - Method in class jade.util.ClassFinder
-
The result of the last search is cached in this object, along with the
URL that corresponds to each class returned.
- getLong() - Method in class jade.content.abs.AbsPrimitive
-
- getLong(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes
of type long
directly as a long
i.e. not wrapped into an AbsPrimitive/code>.
- getMain() - Method in interface jade.core.AgentContainer
-
- getMain() - Method in class jade.core.ContainerID
-
- getMajorVersion() - Method in class jade.domain.mobility.MobileAgentLanguage
-
Retrieve the value of the major-version
slot of
this event, containing the major version number of the language
of the described agent.
- getMajorVersion() - Method in class jade.domain.mobility.MobileAgentOS
-
Retrieve the value of the major-version
slot of
this event, containing the major version number of the OS of
the described agent.
- getMajorVersion() - Method in class jade.domain.mobility.MobileAgentSystem
-
Retrieve the value of the major-version
slot of
this event, containing the major version number of the runtime
system of the described agent.
- getMaxDepth() - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
-
Retrieve the max-depth
slot of this object.
- getMaxResults() - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
-
Retrieve the max-results
slot of this object.
- getMaxSize() - Method in interface jade.core.MessageQueue
-
Return the maximum size of this queue.
- getMessage() - Method in exception jade.domain.FIPAException
-
Get the content of the ACL message representing this exception
- getMessage() - Method in class jade.proto.SubscriptionResponder.Subscription
-
Retrieve the ACL message with which this
subscription object was created.
- getMessage() - Method in exception jade.util.WrapperException
-
Retrieve the exception message text.
- getMessageTemplate() - Method in class jade.lang.acl.ConversationList
-
Return a template that matches only messages that do not belong to
any of the conversations in this list.
- getMinorVersion() - Method in class jade.domain.mobility.MobileAgentLanguage
-
Retrieve the value of the minor-version
slot of
this event, containing the minor version number of the language
of the described agent.
- getMinorVersion() - Method in class jade.domain.mobility.MobileAgentOS
-
Retrieve the value of the minor-version
slot of
this event, containing the minor version number of the OS of
the described agent.
- getMinorVersion() - Method in class jade.domain.mobility.MobileAgentSystem
-
Retrieve the value of the minor-version
slot of
this event, containing the minor version number of the runtime
system of the described agent.
- getMobileAgentDescription() - Method in class jade.domain.mobility.MoveAction
-
Retrieve the value of the mobile-agent-description
slot of this event, containing the description of the agent to
migrate.
- getMode() - Method in class jade.domain.mobility.Parameter
-
- getMyLogger(String) - Static method in class jade.util.Logger
-
- getName() - Method in class jade.content.abs.AbsVariable
-
Gets the name of this variable.
- getName() - Method in class jade.content.lang.Codec
-
Gets the name of this codec.
- getName() - Method in class jade.content.onto.Ontology
-
Retrieves the name of this ontology.
- getName() - Method in class jade.core.Agent
-
Method to query the agent complete name (GUID).
- getName() - Method in class jade.core.AID
-
This method returns the name of the agent.
- getName(Behaviour) - Method in class jade.core.behaviours.FSMBehaviour
-
Retrieve the name of the FSM state associated to the given child
behaviour.
- getName() - Method in interface jade.core.Command
-
Query the name of this command object.
- getName() - Method in class jade.core.ContainerID
-
Retrieve the name of the described container.
- getName() - Method in class jade.core.GenericCommand
-
- getName() - Method in interface jade.core.Location
-
Read the name of a location.
- getName() - Method in interface jade.core.Node
-
- getName() - Method in class jade.core.PlatformID
-
- getName() - Method in class jade.core.sam.SAMService
-
- getName() - Method in interface jade.core.Service
-
Retrieve the name of this service, that can be used to look up
its slices in the Service Finder.
- getName() - Method in class jade.core.Specifier
-
Retrieve the name for this specifier object.
- getName() - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Retrieve the name
slot of this object.
- getName() - Method in class jade.domain.FIPAAgentManagement.APDescription
-
Retrieve the name
slot of this object.
- getName() - Method in class jade.domain.FIPAAgentManagement.APService
-
Retrieve the name
slot of this object.
- getName() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Retrieve the agent identifier for the described agent.
- getName() - Method in class jade.domain.FIPAAgentManagement.Property
-
Retrieve the name of this property object.
- getName() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Retrieve the name
slot of this object.
- getName() - Method in class jade.domain.introspection.AddedContainer
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.AddedMTP
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.BornAgent
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.DeadAgent
-
Retrieve the name of this event.
- getName() - Method in interface jade.domain.introspection.Event
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.KillContainerRequested
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.MovedAgent
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.RemovedContainer
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.RemovedMTP
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.ResetEvents
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.ResumedAgent
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.ShutdownPlatformRequested
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.SuspendedAgent
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.mobility.MobileAgentDescription
-
Retrieve the value of the name
slot of this event,
containing the agent identifier of the described agent.
- getName() - Method in class jade.domain.mobility.MobileAgentLanguage
-
Retrieve the value of the name
slot of this action,
containing the language of the described agent.
- getName() - Method in class jade.domain.mobility.MobileAgentOS
-
Retrieve the value of the name
slot of this
action, containing the OS of the described agent.
- getName() - Method in class jade.domain.mobility.MobileAgentSystem
-
Retrieve the value of the name
slot of this
action, containing the runtime system of the described agent.
- getName() - Method in class jade.domain.mobility.Parameter
-
- getName() - Method in interface jade.lang.acl.ACLCodec
-
Query the name of the message representation handled by this
Codec
object.
- getName() - Method in class jade.lang.acl.LEAPACLCodec
-
Query the name of the message representation handled by this
Codec
object.
- getName() - Method in class jade.lang.acl.StringACLCodec
-
- getName() - Method in class jade.wrapper.AgentContainer
-
- getName() - Method in interface jade.wrapper.AgentController
-
Get the platforms name of the agent.
- getName() - Method in interface jade.wrapper.PlatformController
-
Get the name of the platform.
- getName() - Method in interface jade.wrapper.State
-
Returns the name of the state.
- getName() - Method in class jade.wrapper.StateBase
-
Returns the descriptive name of the state.
- getNames() - Method in class jade.content.abs.AbsAggregate
-
Overrides method in superclass
- getNames() - Method in class jade.content.abs.AbsContentElementList
-
Makes no sense in the case of an AbsContentElementList that has no attribute
--> Just return null
- getNames() - Method in class jade.content.abs.AbsExtendedPrimitive
-
Makes no sense in the case of an AbsExtendedPrimitive that has no attribute
--> Just return null
- getNames() - Method in interface jade.content.abs.AbsObject
-
- getNames() - Method in class jade.content.abs.AbsObjectImpl
-
- getNames() - Method in class jade.content.abs.AbsPrimitive
-
Makes no sense in the case of an AbsPrimitive that has no attribute
--> Just return null
- getNames() - Method in class jade.content.onto.ConceptSlotFunction
-
- getNames() - Method in class jade.content.schema.ObjectSchema
-
Returns the names of all the slots in this Schema
(including slots defined in super schemas).
- getNested() - Method in exception jade.lang.acl.ACLCodec.CodecException
-
Reads the exception wrapped by this object.
- getNested() - Method in exception jade.util.WrapperException
-
Reads the exception wrapped by this object.
- getNewName() - Method in class jade.domain.mobility.CloneAction
-
Retrieve the value of the new-name
slot of this
event, containing the new local name (i.e. without the platform ID)
for the new, cloned agent.
- getNode() - Method in interface jade.core.Service.Slice
-
Access the node where this slice resides.
- getNode() - Method in class jade.core.SliceProxy
-
- getNonBlockingBehaviour(Agent, AID, String, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSService
-
In some cases it is more convenient to execute this tasks in a non-blocking way.
- getNonBlockingBehaviour(Agent, String, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSService
-
the default AMS is used.
- getNonBlockingBehaviour(Agent, String) - Static method in class jade.domain.AMSService
-
the default AMS is used.
- getNonBlockingBehaviour(Agent, AID, String) - Static method in class jade.domain.AMSService
-
the default SearchContraints are used.
- getNonBlockingBehaviour(Agent, String, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
the default AMS is used.
- getNonBlockingBehaviour(Agent, AID, String, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
the default AMS is used.
- getNonBlockingBehaviour(Agent, AID, String, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
- getNonBlockingBehaviour(Agent, String, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
- getNonBlockingBehaviour(Agent, String) - Static method in class jade.domain.DFService
-
- getNonBlockingBehaviour(Agent, AID, String) - Static method in class jade.domain.DFService
-
- getNonBlockingBehaviour(Agent, String, DFAgentDescription) - Static method in class jade.domain.DFService
-
- getNonBlockingBehaviour(Agent, AID, String, DFAgentDescription) - Static method in class jade.domain.DFService
-
- getNSamples() - Method in class jade.core.sam.AverageMeasure
-
- getNumberOfSlices() - Method in class jade.core.BaseService
-
This method returns the current number of slices known to this
service on this node.
- getNumberOfSlices() - Method in interface jade.core.Service
-
Query by how many slices this service is composed at present.
- getO2AInterface(Class<T>) - Method in class jade.core.Agent
-
Used internally by the framework
- getO2AInterface(Class<T>) - Method in interface jade.wrapper.AgentController
-
Retrieve an O2A (Object-to-Agent) interface to interact with the controlled
agent.
- getO2AObject() - Method in class jade.core.Agent
-
This method picks an object (if present) from the internal
object-to-agent communication queue.
- getObject() - Method in class jade.content.abs.AbsPrimitive
-
- getObjectName() - Method in exception jade.domain.FIPAAgentManagement.MissingParameter
-
- getObjectName() - Method in exception jade.domain.FIPAAgentManagement.UnexpectedParameter
-
- getOneLine(Reader) - Method in class jade.util.ExtendedProperties
-
Get a logical line.
- getOntology() - Method in class jade.lang.acl.ACLMessage
-
Reads :ontology
slot.
- getOntologyNames() - Method in class jade.content.ContentManager
-
- getOS() - Method in class jade.domain.mobility.MobileAgentProfile
-
Retrieve the value of the os
slot of this action,
containing the OS of the described agent.
- getOutcome() - Method in class jade.core.behaviours.BaseInitiator
-
- getOutputParameters(Behaviour, List) - Method in class jade.core.behaviours.LoaderBehaviour
-
- getOwnActionNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of the agent actions defined in this ontology only (excluding extended ontologies).
- getOwnConceptNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of the concepts defined in this ontology only (excluding extended ontologies).
- getOwnedCommands() - Method in class jade.core.BaseService
-
This should be properly implemented
by the services that owns vertival commands.
- getOwnedCommands() - Method in interface jade.core.Service
-
Access the names of the vertical commands this service wants to
handle as their final destination.
- getOwner() - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
- getOwnership() - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Retrieve the ownership
slot of this object.
- getOwnership() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Retrieve the ownership
slot of this object.
- getOwnership() - Method in class jade.domain.introspection.AddedContainer
-
Retrieve the value of the ownership
slot of this
event, containing the name of the entity owning the newly added
container.
- getOwnership() - Method in class jade.domain.introspection.BornAgent
-
- getOwnNames() - Method in class jade.content.schema.ObjectSchema
-
Returns the names of the slots defined in this Schema
(excluding slots defined in super schemas).
- getOwnPredicateNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of the predicates defined in this ontology only (excluding extended ontologies).
- getParam(int) - Method in interface jade.core.Command
-
Obtain the parameter list, as an array of Java objects.
- getParam(int) - Method in class jade.core.GenericCommand
-
- getParameter(String, String) - Method in class jade.core.Profile
-
Retrieve a String value from the configuration properties.
- getParameter(String, String) - Method in class jade.core.ProfileImpl
-
Retrieve a String value from the configuration properties.
- getParameter(int) - Method in class jade.util.Event
-
Retrieve an element of the event parameter list.
- getParameterInfo() - Method in class jade.AppletBoot
-
- getParameterName() - Method in exception jade.domain.FIPAAgentManagement.MissingParameter
-
- getParameterName() - Method in exception jade.domain.FIPAAgentManagement.UnexpectedParameter
-
- getParameterName() - Method in exception jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
-
- getParameters() - Method in class jade.domain.mobility.LoadBehaviour
-
- getParameterValue() - Method in exception jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
-
- getParams() - Method in interface jade.core.Command
-
Obtain the parameter list, as an array of Java objects.
- getParams() - Method in class jade.core.GenericCommand
-
- getParent() - Method in class jade.core.behaviours.Behaviour
-
Retrieve the enclosing CompositeBehaviour (if present).
- getPassword() - Method in class jade.domain.JADEAgentManagement.KillAgent
-
Retrieve the value of the password
slot of this
event, containing the password to authenticate the principal
requesting the agent termination.
- getPassword() - Method in class jade.domain.JADEAgentManagement.KillContainer
-
Retrieve the value of the password
slot of this
event, containing the password to authenticate the principal
requesting the container termination.
- getPayloadEncoding() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the payload-encoding
slot of this object.
- getPayloadLength() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the payload-length
slot of this object.
- getPerformative(int) - Static method in class jade.lang.acl.ACLMessage
-
Returns the string corresponding to the integer for the performative
- getPerformative() - Method in class jade.lang.acl.ACLMessage
-
return the integer representing the performative of this object
- getPeriod() - Method in class jade.core.behaviours.TickerBehaviour
-
- getPermittedValues() - Method in class jade.content.schema.facets.PermittedValuesFacet
-
Get the permitted values associated to this facet
- getPermittedValuesAsString() - Method in class jade.content.schema.facets.PermittedValuesFacet
-
Get the permitted values as string associated to this facet
- getPhase(String) - Method in class jade.proto.TwoPhInitiator
-
- getPlatformController() - Method in class jade.wrapper.ContainerController
-
Retrieve a controller for the platform the container
wrapped by this ContainerController belongs to and acts
as the Main Container.
- getPlatformID() - Method in interface jade.core.AgentContainer
-
- getPlatformName() - Method in class jade.wrapper.ContainerController
-
Retrieve the name of the platform the container wrapped by this
ContainerController belongs to.
- getPlatformName() - Method in interface jade.wrapper.PlatformEvent
-
Retrieve the platform name.
- getPort() - Method in class jade.core.ContainerID
-
- getPostTimeStamp() - Method in class jade.lang.acl.ACLMessage
-
- getPredicateNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of all predicatess defined in this ontology (including extended ontologies).
- getPreferredPosition() - Method in class jade.core.Filter
-
Retrieve the preferred position for this filter in the filter chain
- getPreserveJavaTypes() - Method in class jade.content.lang.sl.SLCodec
-
- getPrevious() - Method in class jade.core.behaviours.FSMBehaviour
-
Get the previously executed child
- getPrincipal() - Method in interface jade.core.Command
-
Get the JADEPrincipal of the actor, respnsible for this Command object.
- getPrincipal() - Method in class jade.core.GenericCommand
-
- getProfileProperty(String, String) - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
Searches for the property with the specified key in the JADE Platform Profile.
- getProfileProperty(String, String) - Static method in class jade.wrapper.gateway.JadeGateway
-
Searches for the property with the specified key in the JADE Platform Profile.
- getProperties() - Method in class jade.core.ProfileImpl
-
Return the underlying properties collection.
- getProperty(String, String) - Method in class jade.core.Agent
-
Retrieve a configuration property set in the Profile
of the local container (first) or as a System property.
- getProperty(String) - Method in class jade.util.ExtendedProperties
-
Override getProperty in base class so all occurances of
the form ${key} are replaced by their
associated value.
- getProperty(String, String) - Method in class jade.util.ExtendedProperties
-
Perform substitution when a value is fetched.
- getPropertyIgnoreCase(String) - Method in class jade.util.ExtendedProperties
-
Use this method to fetch a property ignoring case of key.
- getProposition() - Method in class jade.content.abs.AbsIRE
-
Gets the proposition of this IRE.
- getProto() - Method in class jade.domain.introspection.AddedMTP
-
Retrieve the value of the proto
slot of this
event, containing the protocol name for the newly added MTP.
- getProto() - Method in class jade.domain.introspection.RemovedMTP
-
Retrieve the value of the proto
slot of this
event, containing the protocol name for the newly removed MTP.
- getProtocol() - Method in class jade.core.ContainerID
-
Retrieves the IMTP protocol used to reach the described container.
- getProtocol() - Method in interface jade.core.Location
-
Read the protocol for a location.
- getProtocol() - Method in class jade.core.PlatformID
-
- getProtocol() - Method in class jade.lang.acl.ACLMessage
-
Reads :protocol
slot.
- getQueueSize() - Method in class jade.core.Agent
-
Reads message queue size.
- getRawProperty(String) - Method in class jade.util.ExtendedProperties
-
Fetch property value for key which may contain strings
of the form ${key}.
- getReceived() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the received
slot of this object.
- getReceivedContentElement() - Method in class jade.core.behaviours.OntologyServer
-
Allows subclasses to retrieve the actually received content element e.g.
- getReferencedSchemas(ObjectSchema) - Static method in class jade.content.onto.Ontology
-
- getRegex() - Method in class jade.content.schema.facets.RegexFacet
-
Get the regex associated to this facet
- getReplyBy() - Method in class jade.lang.acl.ACLMessage
-
- getReplyByDate() - Method in class jade.lang.acl.ACLMessage
-
Reads :reply-by
slot.
- getReplyWith() - Method in class jade.lang.acl.ACLMessage
-
Reads :reply-with
slot.
- getResolversArray() - Method in class jade.core.AID
-
Returns an array containing all the AIDs of the resolvers.
- getResource(String) - Method in interface jade.core.resource.ResourceManagementHelper
-
Get remote resource
- getResource(String, int) - Method in interface jade.core.resource.ResourceManagementHelper
-
Get remote resource
- getResource(String, String) - Method in interface jade.core.resource.ResourceManagementHelper
-
Get remote resource
- getResource(String, int, String) - Method in interface jade.core.resource.ResourceManagementHelper
-
Get remote resource
- getResult() - Method in class jade.core.behaviours.ActionExecutor
-
- getResultFacets() - Method in class jade.content.schema.AgentActionSchema
-
- getResultSchema() - Method in class jade.content.schema.AgentActionSchema
-
- getReturnValue() - Method in interface jade.core.Command
-
Obtain the return value for this command.
- getReturnValue() - Method in class jade.core.GenericCommand
-
- getRevision() - Static method in class jade.core.Runtime
-
- getRevision() - Method in class jade.core.VersionManager
-
- getRight() - Method in class jade.content.onto.basic.Equals
-
- getSAMInfo() - Method in class jade.core.sam.SAMProxy
-
- getSAMInfo() - Method in interface jade.core.sam.SAMSlice
-
- getSchema(String) - Method in class jade.content.onto.BasicOntology
-
Redefine the getSchema()
method to take into
account ACL performatives.
- getSchema(Class) - Method in class jade.content.onto.BasicOntology
-
Redefine the getSchema()
method to take into
account java primitives.
- getSchema(String) - Method in class jade.content.onto.Ontology
-
Retrieves the schema of element name
in this ontology.
- getSchema(Class) - Method in class jade.content.onto.Ontology
-
Retrieves the schema associated to a given class in this ontology.
- getSchema(String) - Method in class jade.content.schema.ObjectSchema
-
Retrieves the schema of a slot of this Schema
.
- getSearchId() - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
-
Retrieve the search-id
slot of this object.
- getSelectionKey(Object) - Method in class jade.proto.states.HandlerSelector
-
Subclasses must provide a concrete implementation for this method.
- getSender() - Method in class jade.lang.acl.ACLMessage
-
Reads :sender
slot.
- getSeparatorIndex(String) - Method in class jade.util.ExtendedProperties
-
Retrieve the position of the first valid key-value separator character ('=' or ':') in
a stringified property.
- getService() - Method in interface jade.core.Command
-
Query the service this command object belongs to.
- getService() - Method in class jade.core.GenericCommand
-
- getService() - Method in interface jade.core.HorizontalCommand
-
Access the service object this command belongs to.
- getService() - Method in interface jade.core.Service.Slice
-
Access the service object which this slice is a part of.
- getService() - Method in class jade.core.SliceProxy
-
- getServiceFinder() - Method in interface jade.core.AgentContainer
-
- getSession(ACLMessage, int) - Method in class jade.proto.AchieveREInitiator
-
- getSession(ACLMessage, int) - Method in class jade.proto.ContractNetInitiator
-
- getSession(ACLMessage, int) - Method in class jade.proto.TwoPh0Initiator
-
- getSession(ACLMessage, int) - Method in class jade.proto.TwoPh1Initiator
-
- getSession(ACLMessage, int) - Method in class jade.proto.TwoPh2Initiator
-
- getSignature() - Method in class jade.domain.mobility.MobileAgentDescription
-
Retrieve the value of the signature
slot of this
event, containing the signature string for the described agent.
- getSingletonHelper() - Static method in class jade.core.sam.SAMService
-
- getSlice(String) - Method in class jade.core.BaseService
-
The getSlice()
implementation of this class works
as follows:
First, the name alias table is used to convert the given
slice name into another name, if any
Then, the new name (which may or may not be different
from the original one) is used to look up an internal table
keeping the service slices
If no slice was found, the
ServiceFinder
is asked to provide the slice,
which is then put into the local table.
- getSlice(String) - Method in interface jade.core.Service
-
Retrieve by name a slice of this service.
- getSlotName() - Method in class jade.content.onto.ConceptSlotFunction
-
- getSlotValue(String, Object, ObjectSchema) - Method in class jade.content.onto.BCReflectiveIntrospector
-
- getSlotValue(String, Object, ObjectSchema) - Method in interface jade.content.onto.Introspector
-
- getSlotValue(String, Object, ObjectSchema) - Method in class jade.content.onto.ReflectiveIntrospector
-
- getSpecifiers(String) - Method in class jade.core.Profile
-
Retrieve a list of Specifiers from the configuration properties.
- getSpecifiers(String) - Method in class jade.core.ProfileImpl
-
Retrieve a list of Specifiers from the configuration properties.
- getStamps() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Access the list of all the stamps.
- getState(String) - Method in class jade.core.behaviours.FSMBehaviour
-
Retrieve the child behaviour associated to the FSM state with
the given name.
- getState() - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Retrieve the state
slot of this object.
- getState() - Method in class jade.domain.introspection.BornAgent
-
Retrieve the value of the state
slot of this
event, containing the initial state of the newly born agent.
- getState() - Method in class jade.wrapper.AgentContainer
-
- getState() - Method in interface jade.wrapper.AgentController
-
Read current agent state.
- getState() - Method in interface jade.wrapper.PlatformController
-
Returns an instance of PlatformState.
- getString() - Method in class jade.content.abs.AbsPrimitive
-
- getString(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes
of type String
directly as a String
i.e. not wrapped into an AbsPrimitive/code>.
- getSubscribe() - Method in class jade.domain.introspection.AMSSubscriber
-
Retrieve the subscribe
ACL message used to subscribe
to the AMS.
- getSubscription(ACLMessage) - Method in class jade.proto.SubscriptionResponder
-
Utility method to correctly retrieve the
Subscription
object that is related to the conversation
message msg
belongs to.
- getSubscription(String) - Method in class jade.proto.SubscriptionResponder
-
Utility method to correctly retrieve the
Subscription
object that is related a given conversation.
- getSubscriptionMessage(Agent, AID, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
- getSubscriptions(AID) - Method in class jade.proto.SubscriptionResponder
-
Utility method that retrieves all Subscription-s done by a given agent
- getSubscriptions() - Method in class jade.proto.SubscriptionResponder
-
Utility method that retrieves all Subscription-s managed by this SubscriptionResponder
- getSuperSchemas() - Method in class jade.content.schema.ObjectSchema
-
Retrieves an array containing the direct super-schemas of this schema.
- getSystem() - Method in class jade.domain.mobility.MobileAgentProfile
-
Retrieve the value of the system
slot of this
action, containing the runtime system of the described agent.
- getTargetDescription() - Method in class jade.core.behaviours.BaseInitiator
-
Concrete subclasses can redefine this method to provide a human readable description of the
target agent of this behaviour.
- getTerm() - Method in class jade.content.abs.AbsIRE
-
Gets the variable term of this IRE.
- getTerminatedChildren() - Method in class jade.core.behaviours.ParallelBehaviour
-
Return a Collection view of the children of
this ParallelBehaviour
that have already completed.
- getThread(Behaviour) - Method in class jade.core.behaviours.ThreadedBehaviourFactory
-
- getTickCount() - Method in class jade.core.behaviours.TickerBehaviour
-
Retrieve how many ticks were done (i.e. how many times this
behaviour was executed) since the last reset.
- getTo() - Method in class jade.domain.introspection.MovedAgent
-
Retrieve the value of the to
slot of this
event, containing the container identifier of the container
where the agent migrated.
- getType() - Method in class jade.content.abs.AbsVariable
-
Gets the value type of this variable.
- getType() - Method in class jade.content.schema.facets.TypedAggregateFacet
-
Get the schema associated to this facet
- getType() - Method in class jade.domain.FIPAAgentManagement.APService
-
Retrieve the type
slot of this object.
- getType() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Retrieve the type
slot of this object.
- getType() - Method in class jade.util.Event
-
Retrieve the type of this event.
- getTypeName() - Method in class jade.content.abs.AbsContentElementList
-
- getTypeName() - Method in class jade.content.abs.AbsExtendedPrimitive
-
- getTypeName() - Method in interface jade.content.abs.AbsObject
-
- getTypeName() - Method in class jade.content.abs.AbsObjectImpl
-
- getTypeName() - Method in class jade.content.abs.AbsPrimitive
-
- getTypeName() - Method in class jade.content.schema.ObjectSchema
-
Retrieves the name of the type of this schema.
- getUserDefinedParameter(String) - Method in class jade.lang.acl.ACLMessage
-
Searches for the user defined parameter with the specified key.
- getValidationMode() - Method in class jade.content.ContentManager
-
Return the currently set validation mode i.e. whether
contents that are managed by this content manager should
be validated during message content filling/extraction.
- getValue() - Method in class jade.content.onto.basic.Result
-
- getValue() - Method in class jade.core.sam.AverageMeasure
-
- getValue() - Method in interface jade.core.sam.AverageMeasureProvider
-
- getValue() - Method in class jade.core.sam.AverageMeasureProviderImpl
-
- getValue() - Method in interface jade.core.sam.CounterValueProvider
-
- getValue() - Method in interface jade.core.sam.MeasureProvider
-
- getValue() - Method in class jade.domain.FIPAAgentManagement.Property
-
Retrieve the value of this property object, associated with the
property name.
- getValue() - Method in exception jade.domain.FIPAAgentManagement.UnrecognisedValue
-
- getValue() - Method in exception jade.domain.FIPAAgentManagement.UnsupportedValue
-
- GETVALUE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- getValue() - Method in class jade.domain.mobility.Parameter
-
- GETVALUE_KEY - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
-
- getValues() - Method in class jade.domain.FIPAAgentManagement.MultiValueProperty
-
- getVariable() - Method in class jade.content.abs.AbsIRE
-
Gets the variable of this IRE.
- getVariables() - Method in class jade.content.abs.AbsIRE
-
Gets the sequence of variables of this IRE.
- getVariance() - Method in class jade.core.sam.AverageMeasure
-
- getVersion() - Static method in class jade.core.Runtime
-
- getVersion() - Method in class jade.core.VersionManager
-
- getVersionInfo() - Static method in class jade.core.Runtime
-
Return the version number and date of this JADE Runtime.
- getVia() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Retrieve the via
slot of this object.
- getWakeupTime() - Method in class jade.core.behaviours.WakerBehaviour
-
- getWhere() - Method in class jade.domain.introspection.AddedMTP
-
Retrieve the value of the where
slot of this
event, containing the container identifier of the container
where the newly added MTP was deployed.
- getWhere() - Method in class jade.domain.introspection.BornAgent
-
Retrieve the value of the where
slot of this
event, containing the container identifier of the container
where the newly added agent was born.
- getWhere() - Method in class jade.domain.introspection.DeadAgent
-
Retrieve the value of the where
slot of this
event, containing the container identifier of the container
where the newly dead agent was deployed.
- getWhere() - Method in class jade.domain.introspection.RemovedMTP
-
Retrieve the value of the where
slot of this
event, containing the container identifier of the container
where the newly removed MTP was deployed.
- getWhere() - Method in class jade.domain.introspection.ResumedAgent
-
Retrieve the value of the where
slot of this
event, containing the container identifier of the container
where the newly resumed agent was deployed.
- getWhere() - Method in class jade.domain.introspection.SuspendedAgent
-
Retrieve the value of the where
slot of this
event, containing the container identifier of the container
where the newly suspended agent was deployed.
- getWrappedBehaviour() - Method in class jade.core.behaviours.WrapperBehaviour
-
- getWrapper(String, IMTPManager) - Static method in class jade.util.TransportAddressWrapper
-
- getZip() - Method in class jade.domain.mobility.LoadBehaviour
-
- GUI - Static variable in class jade.core.Profile
-
- H_GETSAMINFO - Static variable in interface jade.core.sam.SAMSlice
-
- handle(RunnableChangedEvent) - Method in class jade.core.behaviours.WrapperBehaviour
-
- handle(Date, SAMInfo) - Method in interface jade.core.sam.SAMInfoHandler
-
- handle(Event) - Method in interface jade.domain.introspection.AMSSubscriber.EventHandler
-
- HANDLE_ACCEPT_PROPOSAL - Static variable in class jade.proto.ProposeInitiator
-
- HANDLE_ACCEPT_PROPOSAL - Static variable in class jade.proto.SSContractNetResponder
-
- HANDLE_AGREE - Static variable in class jade.proto.AchieveREInitiator
-
- HANDLE_ALL_RESPONSES - Static variable in class jade.proto.AchieveREInitiator
-
- HANDLE_ALL_RESPONSES - Static variable in class jade.proto.ProposeInitiator
-
- HANDLE_ALL_RESULT_NOTIFICATIONS - Static variable in class jade.proto.AchieveREInitiator
-
- HANDLE_CANCEL - Static variable in class jade.proto.SSIteratedAchieveREResponder
-
- HANDLE_CFP - Static variable in class jade.proto.SSContractNetResponder
-
- HANDLE_INFORM - Static variable in class jade.proto.AchieveREInitiator
-
- HANDLE_NOT_UNDERSTOOD - Static variable in class jade.proto.ProposeInitiator
-
- HANDLE_OUT_OF_SEQ - Static variable in class jade.proto.ProposeInitiator
-
- HANDLE_REFUSE - Static variable in class jade.proto.AchieveREInitiator
-
- HANDLE_REJECT_PROPOSAL - Static variable in class jade.proto.ProposeInitiator
-
- HANDLE_REJECT_PROPOSAL - Static variable in class jade.proto.SSContractNetResponder
-
- HANDLE_REQUEST - Static variable in class jade.proto.SSIteratedAchieveREResponder
-
- handleAcceptProposal(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
This method is called every time an accept-proposal
message is received, which is not out-of-sequence according
to the protocol rules.
- handleAcceptProposal(ACLMessage, ACLMessage, ACLMessage) - Method in class jade.proto.SSContractNetResponder
-
This method is called when an ACCEPT_PROPOSAL message is received from the
initiator.
- handleAcceptProposal(ACLMessage) - Method in class jade.proto.TwoPhResponder
-
This method is called after the ACCEPT-PROPOSAL
has been received.
- handleAgree(ACLMessage) - Method in class jade.proto.AchieveREInitiator
-
This method is called every time an agree
message is received, which is not out-of-sequence according
to the protocol rules.
- handleAgree(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time an agree
message is received, which is not out-of-sequence according
to the protocol rules.
- handleAgree(ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
This method is called every time an agree
message is received, which is not out-of-sequence according
to the protocol rules.
- handleAllPh0Responses(Vector, Vector, Vector, Vector) - Method in class jade.proto.TwoPhInitiator
-
This method is called when all the responses of phase 0 have been collected or when
the timeout is expired.
- handleAllPh1Responses(Vector, Vector, Vector, Vector, Vector, Vector) - Method in class jade.proto.TwoPhInitiator
-
This method is called in phase 1 when all the responses have been collected or when
the timeout is expired.
- handleAllPh2Responses(Vector) - Method in class jade.proto.TwoPhInitiator
-
This method is called in phase 2 when all the responses have been collected.
- handleAllResponses(Vector) - Method in class jade.proto.AchieveREInitiator
-
This method is called when all the responses have been
collected or when the timeout is expired.
- handleAllResponses(Vector, Vector) - Method in class jade.proto.ContractNetInitiator
-
This method is called when all the responses have been
collected or when the timeout is expired.
- handleAllResponses(Vector) - Method in class jade.proto.ProposeInitiator
-
This method is called when all the responses have been
collected or when the timeout is expired.
- handleAllResponses(Vector) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called when all the responses have been
collected or when the timeout is expired.
- handleAllResponses(Vector) - Method in class jade.proto.SubscriptionInitiator
-
This method is called when all the responses have been
collected or when the timeout is expired.
- handleAllResponses(Vector, Vector, Vector, Vector) - Method in class jade.proto.TwoPh0Initiator
-
This method is called when all the responses have been collected or when
the timeout is expired.
- handleAllResponses(Vector, Vector, Vector, Vector, Vector, Vector) - Method in class jade.proto.TwoPh1Initiator
-
This method is called when all the responses have been collected or when
the timeout is expired.
- handleAllResponses(Vector) - Method in class jade.proto.TwoPh2Initiator
-
This method is called when all the responses have been collected.
- handleAllResultNotifications(Vector) - Method in class jade.core.behaviours.BaseInitiator
-
- handleAllResultNotifications(Vector) - Method in class jade.proto.AchieveREInitiator
-
This method is called when all the result notification messages
have been
collected.
- handleAllResultNotifications(Vector) - Method in class jade.proto.ContractNetInitiator
-
This method is called when all the result notification messages
have been
collected.
- handleAllResultNotifications(Vector, Vector) - Method in class jade.proto.IteratedAchieveREInitiator
-
This method is called when all the result notification messages
of the current round have been collected.
- handleAllResultNotifications(Vector) - Method in class jade.proto.IteratedAchieveREInitiator
-
This method is redefined to call the proper overloaded method
- handleAllResultNotifications(Vector) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called when all the result notification messages
have been collected.
- handleCancel(ACLMessage) - Method in class jade.proto.SSIteratedAchieveREResponder
-
This method is called when a CANCEL message is received from the
initiator.
- handleCancel(ACLMessage) - Method in class jade.proto.SubscriptionResponder
-
This method is called when a CANCEL message is received for a previous subscription.
- handleCfp(ACLMessage) - Method in class jade.proto.SSContractNetResponder
-
This method is called to handle the initial CFP message.
- handleCfp(ACLMessage) - Method in class jade.proto.TwoPhResponder
-
This method is called when the initiator's
message is received that matches the message template
passed in the constructor.
- handleConfirm(ACLMessage) - Method in class jade.proto.TwoPh1Initiator
-
This method is called every time a confirm
message is received,
which is not out-of-sequence according to the protocol rules.
- handleConfirm(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a confirm
message is received,
which is not out-of-sequence according to the protocol rules.
- handleDisconfirm(ACLMessage) - Method in class jade.proto.TwoPh1Initiator
-
This method is called every time a disconfirm
message is received,
which is not out-of-sequence according to the protocol rules.
- handleDisconfirm(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a disconfirm
message is received,
which is not out-of-sequence according to the protocol rules.
- handleElapsedTimeout() - Method in class jade.core.behaviours.WakerBehaviour
-
- handleEvent(JADEEvent) - Method in interface jade.core.FEListener
-
- handleFailure(ACLMessage) - Method in class jade.core.behaviours.BaseInitiator
-
- handleFailure(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time a failure
message is received, which is not out-of-sequence according
to the protocol rules.
- handleFailure(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a failure
message is received,
which is not out-of-sequence according to the protocol rules.
- handleGatewayConnected() - Method in interface jade.wrapper.gateway.GatewayListener
-
- handleGatewayDisconnected() - Method in interface jade.wrapper.gateway.GatewayListener
-
- handleInconsistentFSM(String, int) - Method in class jade.core.behaviours.FSMBehaviour
-
- handleInform(ACLMessage) - Method in class jade.core.behaviours.ActionExecutor
-
- handleInform(ACLMessage) - Method in class jade.domain.DFSubscriber
-
- handleInform(ACLMessage) - Method in class jade.proto.AchieveREInitiator
-
This method is called every time a inform
message is received, which is not out-of-sequence according
to the protocol rules.
- handleInform(ACLMessage) - Method in class jade.proto.ContractNetInitiator
-
This method is called every time a inform
message is received, which is not out-of-sequence according
to the protocol rules.
- handleInform(ACLMessage, Vector) - Method in class jade.proto.IteratedAchieveREInitiator
-
This method is called every time an inform
message is received, which is not out-of-sequence according
to the protocol rules.
- handleInform(ACLMessage) - Method in class jade.proto.IteratedAchieveREInitiator
-
This method is redefined to call the proper overloaded method
- handleInform(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time a inform
message is received, which is not out-of-sequence according
to the protocol rules.
- handleInform(ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
This method is called every time a inform
message is received, which is not out-of-sequence according
to the protocol rules.
- handleInform(ACLMessage) - Method in class jade.proto.TwoPh1Initiator
-
This method is called every time a inform
message is received,
which is not out-of-sequence according to the protocol rules.
- handleInform(ACLMessage) - Method in class jade.proto.TwoPh2Initiator
-
This method is called every time a inform
message is received,
which is not out-of-sequence according to the protocol rules.
- handleMessage(ACLMessage) - Method in class jade.core.behaviours.OntologyServer
-
- handleMessage(ACLMessage) - Method in class jade.proto.states.MsgReceiver
-
This is invoked when a message matching the specified template
is received or the timeout has expired (the msg
parameter is null in this case).
- handleNotUnderstood(ACLMessage) - Method in class jade.core.behaviours.BaseInitiator
-
- handleNotUnderstood(ContentException, ACLMessage) - Method in class jade.core.behaviours.OntologyServer
-
- handleNotUnderstood(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
This method is called every time a not-understood
message is received, which is not out-of-sequence according
to the protocol rules.
- handleNotUnderstood(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time a not-understood
message is received, which is not out-of-sequence according
to the protocol rules.
- handleNotUnderstood(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
- handleOldResponse(ACLMessage) - Method in class jade.proto.TwoPh2Initiator
-
This method is called every time a failure
, a disconfirm
or an inform
message is received, which is not out-of-sequence
according to the protocol rules.
- handleOldResponse(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a failure
, a disconfirm
or an inform
message is received in phase 2, which is not out-of-sequence
according to the protocol rules.
- handleOutOfSequence(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
This method is called every time a
message is received, which is out-of-sequence according
to the protocol rules.
- handleOutOfSequence(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time a
message is received, which is out-of-sequence according
to the protocol rules.
- handleOutOfSequence(ACLMessage, ACLMessage, ACLMessage) - Method in class jade.proto.SSContractNetResponder
-
This method is called whenever a message is received that does
not comply to the protocol rules.
- handleOutOfSequence(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a message is received in phase n (use
getCurrentPhase
method to know the phase), which is
out-of-sequence according to the protocol rules.
- handlePh1Inform(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time an inform
message in phase 1
is received, which is not out-of-sequence according to the protocol rules.
- handlePh2Inform(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time an inform
message in phase 2
is received, which is not out-of-sequence according to the protocol rules.
- handlePropose(ACLMessage, Vector) - Method in class jade.proto.ContractNetInitiator
-
This method is called every time a propose
message is received, which is not out-of-sequence according
to the protocol rules.
- handlePropose(ACLMessage) - Method in class jade.proto.TwoPh0Initiator
-
This method is called every time a propose
message is received,
which is not out-of-sequence according to the protocol rules.
- handlePropose(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a propose
message is received,
which is not out-of-sequence according to the protocol rules.
- handleQueryIf(ACLMessage) - Method in class jade.proto.TwoPhResponder
-
This method is called after the QUERY-IF
has been received.
- handleRefuse(ACLMessage) - Method in class jade.core.behaviours.BaseInitiator
-
- handleRefuse(ACLMessage) - Method in class jade.proto.AchieveREInitiator
-
This method is called every time a refuse
message is received, which is not out-of-sequence according
to the protocol rules.
- handleRefuse(ACLMessage) - Method in class jade.proto.ContractNetInitiator
-
This method is called every time a refuse
message is received, which is not out-of-sequence according
to the protocol rules.
- handleRefuse(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time a refuse
message is received, which is not out-of-sequence according
to the protocol rules.
- handleRefuse(ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
This method is called every time a refuse
message is received, which is not out-of-sequence according
to the protocol rules.
- handleRejectProposal(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
This method is called every time an reject-proposal
message is received, which is not out-of-sequence according
to the protocol rules.
- handleRejectProposal(ACLMessage, ACLMessage, ACLMessage) - Method in class jade.proto.SSContractNetResponder
-
This method is called when a REJECT_PROPOSAL message is received from the
initiator.
- handleRejectProposal(ACLMessage) - Method in class jade.proto.TwoPhResponder
-
This method is called after the REJECT-PROPOSAL
has been received.
- handleRequest(ACLMessage) - Method in class jade.proto.AchieveREResponder
-
This method is called when the protocol initiation message (matching the
MessageTemplate specified in the constructor) is received.
- handleRequest(ACLMessage) - Method in class jade.proto.SSIteratedAchieveREResponder
-
This method is called to handle the initial REQUEST message and
then again whenever a REQUEST message is received.
- HandlerSelector - Class in jade.proto.states
-
This class implements a selector of handler
(i.e.
- HandlerSelector(Agent, DataStore, Object) - Constructor for class jade.proto.states.HandlerSelector
-
Constructor for this HandlerSelector.
- handleServingFailure(Throwable, Object, ACLMessage) - Method in class jade.core.behaviours.OntologyServer
-
- handleStateEntered(Behaviour) - Method in class jade.core.behaviours.FSMBehaviour
-
- handleSubscription(ACLMessage) - Method in class jade.proto.SubscriptionResponder
-
This method is called when a subscription
message is received that matches the message template
specified in the constructor.
- handleTimeout() - Method in class jade.core.behaviours.BaseInitiator
-
- handleUnsupported(Object, ACLMessage) - Method in class jade.core.behaviours.OntologyServer
-
- HAP_SEPARATOR - Static variable in class jade.core.AID
-
- hasByteSequenceContent() - Method in class jade.lang.acl.ACLMessage
-
This method allows to check if the content of this ACLMessage
is a byteSequence or a String
- hasDefaultTransition(String) - Method in class jade.core.behaviours.FSMBehaviour
-
Check if a default transition exits from a given source state.
- hashCode() - Method in class jade.content.abs.AbsContentElementList
-
- hashCode() - Method in class jade.content.abs.AbsExtendedPrimitive
-
- hashCode() - Method in class jade.content.abs.AbsObjectImpl
-
Returns an integer hashcode calculated from the
contents of this abstract descriptor
- hashCode() - Method in class jade.content.abs.AbsPrimitive
-
- hashCode() - Method in class jade.core.AID
-
Hash code.
- hashCode() - Method in class jade.core.ContainerID
-
Hash code operation, compliant with identity-by-name.
- hashCode() - Method in class jade.proto.SubscriptionResponder.Subscription
-
- hashCode() - Method in class jade.util.leap.HashSet
-
- hashCode() - Method in class jade.util.TransportAddressWrapper
-
- hashCode() - Method in class jade.wrapper.StateBase
-
Returns the hash code for this state.
- HashMap - Class in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.HashMap&qote; class.
- HashMap() - Constructor for class jade.util.leap.HashMap
-
Default constructor, creates a new empty Map
- HashMap(int) - Constructor for class jade.util.leap.HashMap
-
Constructor, creates a new Map with initial size
- HashMap(int, float) - Constructor for class jade.util.leap.HashMap
-
Constructor, creates a new Map with initial size and load factor
- HashSet - Class in jade.util.leap
-
- HashSet() - Constructor for class jade.util.leap.HashSet
-
- HashSet(Collection) - Constructor for class jade.util.leap.HashSet
-
- HashSet(int) - Constructor for class jade.util.leap.HashSet
-
- hasNext() - Method in class jade.util.leap.EmptyIterator
-
Checks whether the iterator can scan further.
- hasNext() - Method in class jade.util.leap.EnumIterator
-
Checks whether the iterator can scan further by looking at the
underlying Enumeration
.
- hasPlatformManager() - Method in interface jade.core.Node
-
- here() - Method in class jade.core.Agent
-
Method to retrieve the location this agent is currently at.
- HorizontalCommand - Interface in jade.core
-
The HorizontalCommand
interface represents those
kernel-level commands that are exchanged among the slices of a
given JADE service, and they are sent across the network by the
platform IMTP.
- HOST_KEY - Static variable in class jade.core.MicroRuntime
-
The configuration property key that maps to the host where to connect to
the JADE mediator.
- HTTP - Static variable in interface jade.domain.FIPANames.MTP
-
HTTP-based MTP
- HTTP_PROTOCOL - Static variable in class jade.core.MicroRuntime
-
- HTTPS_PROTOCOL - Static variable in class jade.core.MicroRuntime
-
- IGNORE_FAILURE - Static variable in class jade.lang.acl.ACLMessage
-
User defined parameter key specifying, when set to "true", that if the delivery of a
message fails, no failure handling action must be performed.
- ignoreConversation(String) - Method in class jade.core.behaviours.OntologyServer
-
Makes this OntologyServer ignore all incoming messages belonging to a
given conversation i.e. marked with the indicated conversation-id
- IIOP - Static variable in interface jade.domain.FIPANames.MTP
-
IIOP-based MTP
- IMPLIES - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- IMPLIES_LEFT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- IMPLIES_RIGHT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- IMPORT_KEY - Static variable in class jade.util.ExtendedProperties
-
- IMTP - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value
identifies the IMTP Manager to be created by ProfileImpl
- IN_MODE - Static variable in class jade.domain.mobility.Parameter
-
- include(Class, Class) - Method in interface jade.util.ClassFinderFilter
-
- INCOMING - Static variable in class jade.core.Filter
-
A constant indicating a filter for incoming commands
- indexOf(AbsTerm) - Method in class jade.content.abs.AbsAggregate
-
Returns the position of an element within this aggregate.
- indexOf(AbsContentElement) - Method in class jade.content.abs.AbsContentElementList
-
Returns the position of an element within this content element list.
- indexOf(ContentElement) - Method in class jade.content.ContentElementList
-
Returns the position of an element within this content element list.
- indexOf(Object) - Method in class jade.util.leap.ArrayList
-
- indexOf(Object) - Method in class jade.util.leap.LinkedList
-
- indexOf(Object) - Method in interface jade.util.leap.List
-
Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
- INFINITE - Static variable in class jade.proto.states.MsgReceiver
-
A numeric constant to mean that the deadline for the receive
operation will never expire.
- INFO - Static variable in class jade.util.Logger
-
INFO is a message level for informational messages.
- INFORM - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- INFORM_IF - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- INFORM_REF - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- init() - Method in class jade.AppletBoot
-
- init(AgentContainer, Profile) - Method in class jade.core.BaseService
-
- init(AgentContainer, Profile) - Method in class jade.core.sam.SAMService
-
- init(AgentContainer, Profile) - Method in interface jade.core.Service
-
Performs the passive initialization step of the service.
- init(Agent) - Method in interface jade.core.ServiceHelper
-
- init(String, String, Object[], Properties) - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
Initialize this gateway by passing the proper configuration parameters
- init(String, Object[], Properties) - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
Initialize this gateway by passing the proper configuration parameters
- init(String, Properties) - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
- init(String, Object[], Properties) - Static method in class jade.wrapper.gateway.JadeGateway
-
Initialize this gateway by passing the proper configuration parameters
- init(String, Properties) - Static method in class jade.wrapper.gateway.JadeGateway
-
- init(String, String, Object[]) - Method in class jade.wrapper.gateway.LocalJadeGateway
-
- init(String, Object[]) - Method in class jade.wrapper.gateway.LocalJadeGateway
-
- init(String) - Method in class jade.wrapper.gateway.LocalJadeGateway
-
- initialize(Profile) - Method in interface jade.core.sam.SAMInfoHandler
-
- initialize(Properties) - Static method in class jade.util.Logger
-
Initialize the logging mechanism.
- initializeDataStore(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
Initialize the data store.
- INITIATED - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
String constant for the initiated
agent life-cycle
state.
- INITIATION_K - Variable in class jade.proto.ProposeInitiator
-
key to retrieve from the DataStore of the behaviour the ACLMessage
object passed in the constructor of the class.
- initPlatformController() - Method in class jade.wrapper.ContainerController
-
- INOUT_MODE - Static variable in class jade.domain.mobility.Parameter
-
- InputQueue - Class in jade.util
-
This class implements a FIFO queue of objects that can be put and got
in a synchronized way.
- InputQueue() - Constructor for class jade.util.InputQueue
-
Default constructor.
- installHandlers(Map) - Method in class jade.domain.introspection.AMSSubscriber
-
This method has to be implemented by concrete subclasses,
filling the Map
passed as parameter with
implementations of the EventHandler
interface,
using the name of the event as key (see the Event
interface.
- InstallMTP - Class in jade.domain.JADEAgentManagement
-
This class represents the install-MTP
action of
the JADE-agent-management ontology
.
- InstallMTP() - Constructor for class jade.domain.JADEAgentManagement.InstallMTP
-
Default constructor.
- INSTALLMTP - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- installMTP(String, String) - Method in class jade.wrapper.ContainerController
-
Installs a new message transport protocol, that will run within
this container.
- INSTALLMTP_ADDRESS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- INSTALLMTP_CLASS_NAME - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- INSTALLMTP_CONTAINER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
- instance() - Static method in class jade.core.Runtime
-
This method returns the singleton instance of this class
that should be then used to create agent containers.
- INTEGER - Static variable in class jade.content.onto.BasicOntology
-
- INTENTION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- INTENTION_AGENT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- INTENTION_CONDITION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- INTERNALERROR - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
-
- InternalError - Exception in jade.domain.FIPAAgentManagement
-
- InternalError(String) - Constructor for exception jade.domain.FIPAAgentManagement.InternalError
-
- InternalError() - Constructor for exception jade.domain.FIPAAgentManagement.InternalError
-
- INTERNALERROR_MESSAGE - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
-
- internalise(AbsObject, Ontology) - Method in class jade.content.onto.basic.Action
-
- internalizeAggregate(String, AbsAggregate, ObjectSchema, Ontology) - Method in class jade.content.onto.BCReflectiveIntrospector
-
- internalizeAggregate(String, AbsAggregate, ObjectSchema, Ontology) - Method in class jade.content.onto.CFReflectiveIntrospector
-
- internalizeAggregate(String, AbsAggregate, ObjectSchema, Ontology) - Method in interface jade.content.onto.Introspector
-
- internalizeAggregate(String, AbsAggregate, ObjectSchema, Ontology) - Method in class jade.content.onto.ReflectiveIntrospector
-
- internalizeSlotValue(AbsObject, Introspector, Ontology) - Static method in class jade.content.onto.Ontology
-
- internalizeSpecialType(AbsObject, ObjectSchema, Class, Ontology) - Method in interface jade.content.onto.Introspector
-
- internalizeSpecialType(AbsObject, ObjectSchema, Class, Ontology) - Method in class jade.content.onto.ReflectiveIntrospector
-
- interrupt() - Method in class jade.core.behaviours.ThreadedBehaviourFactory
-
Interrupt all threaded behaviours managed by this ThreadedBehaviourFactory
- interrupt(Behaviour) - Method in class jade.core.behaviours.ThreadedBehaviourFactory
-
Interrupt a threaded behaviour.
- interrupt() - Method in interface jade.core.Node
-
- interrupt() - Method in class jade.proto.states.MsgReceiver
-
Signal an interruption to this receiver, and cause the ongoing
receive operation to abort.
- Interrupted() - Constructor for error jade.core.Agent.Interrupted
-
- INTERRUPTED - Static variable in class jade.proto.states.MsgReceiver
-
A numeric constant to mean that the receive operation was
interrupted.
- IntrospectionOntology - Class in jade.domain.introspection
-
This class represents the ontology jade-introspection
,
containing all JADE extensions related to agent and platform
monitoring.
- IntrospectionServer - Class in jade.domain.introspection
-
- IntrospectionServer(Agent) - Constructor for class jade.domain.introspection.IntrospectionServer
-
- IntrospectionVocabulary - Interface in jade.domain.introspection
-
This interface contains all the string constants for frame and slot
names of exceptions defined in the jade-introspection
ontology.
- Introspector - Interface in jade.content.onto
-
This interface defines the methods to convert objects of
ontological classes into/from abstract descriptors.
- invokeOnTermination(Runnable) - Method in class jade.core.Runtime
-
Allows setting a Runnable
that is executed when
the last container in this JVM terminates.
- IOTA - Static variable in interface jade.content.lang.sl.SL2Vocabulary
-
- IP_VERSION - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value contains
the version of IP address to use.
- IPV4 - Static variable in class jade.core.Profile
-
- IPV6 - Static variable in class jade.core.Profile
-
- IRESchema - Class in jade.content.schema
-
This class represents the schema of an Identifying Referential
Expression (IRE) in an ontology.
- IRESchema(String) - Constructor for class jade.content.schema.IRESchema
-
Creates a IRESchema
with a given type-name.
- isAContentExpression() - Method in class jade.content.abs.AbsAgentAction
-
- isAContentExpression() - Method in interface jade.content.abs.AbsContentElement
-
Return true if this Abstract Content Element represents a ContentExpression
of the SL Grammar (see also FIPA-SL specifications).
- isAContentExpression() - Method in class jade.content.abs.AbsContentElementList
-
- isAContentExpression() - Method in class jade.content.abs.AbsIRE
-
- isAContentExpression() - Method in class jade.content.abs.AbsPredicate
-
- isAggregateObject(Object) - Method in class jade.content.onto.BCReflectiveIntrospector
-
- isAlive() - Method in class jade.core.Agent
-
Returns true if the agent implemented by this Agent object is alive (regardless of the
actual agent internal state).
- isAllowed(String, String) - Method in class jade.util.AccessControlList
-
A specific client is allowed if:
it is not present into the black list, AND
it is present into the white list.
- isAssignableFrom(ObjectSchema) - Method in class jade.content.schema.AggregateSchema
-
- isAssignableFrom(ObjectSchema) - Method in class jade.content.schema.ObjectSchema
-
This method checks whether or not an abstract object that is an instance
of schema s can be used in place of an abstract object that is an instance
of this schema.
- isAssignableFrom(ObjectSchema) - Method in class jade.content.schema.PrimitiveSchema
-
- isBackupMain() - Method in class jade.core.Profile
-
Provides a boolean indication about whether or not the container using this Profile
is a Backup Main Container.
- isBaseOntology(Ontology[], String) - Static method in class jade.content.onto.Ontology
-
- isBlocking() - Method in class jade.core.Filter
-
Inquires the blocking state of this filter.
- isCompatibleWith(ObjectSchema) - Method in class jade.content.schema.IRESchema
-
An IRE can be put whereever a term of whatever type is
required --> An IRESchema is
compatible with s if s descends from TermSchema.getBaseSchema()
- isCompatibleWith(ObjectSchema) - Method in class jade.content.schema.ObjectSchema
-
Check if this schema is compatible with a given schema s.
- isCompatibleWith(ObjectSchema) - Method in class jade.content.schema.VariableSchema
-
A variable can be put whereever a term of whatever type is
required --> A VariableSchema is
compatible with s if s descends from TermSchema.getBaseSchema()
- isDifferential() - Method in class jade.core.sam.AbsoluteCounterValueProvider
-
- isDifferential() - Method in interface jade.core.sam.CounterValueProvider
-
- isDifferential() - Method in class jade.core.sam.DifferentialCounterValueProvider
-
- isEmpty() - Method in class jade.content.abs.AbsAggregate
-
Test if the aggregate is empty.
- isEmpty() - Method in class jade.content.abs.AbsContentElementList
-
Test if the content element list is empty.
- isEmpty() - Method in class jade.content.ContentElementList
-
Test if the content element list is empty.
- isEmpty() - Method in interface jade.core.MessageQueue
-
Return true when this queue contains no messages.
- isEmpty() - Method in class jade.util.leap.ArrayList
-
- isEmpty() - Method in interface jade.util.leap.Collection
-
Checks if the collection contains elements.
- isEmpty() - Method in class jade.util.leap.HashMap
-
- isEmpty() - Method in class jade.util.leap.HashSet
-
- isEmpty() - Method in class jade.util.leap.LinkedList
-
- isEmpty() - Method in interface jade.util.leap.Map
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class jade.util.leap.SortedSetImpl
-
- isGatewayActive() - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
Return the state of JadeGateway
- isGatewayActive() - Static method in class jade.wrapper.gateway.JadeGateway
-
Return the state of JadeGateway
- isGatewayActive() - Method in class jade.wrapper.gateway.SplitJadeGateway
-
- isGrounded() - Method in class jade.content.abs.AbsAggregate
-
Tests if this AbsAggregate is grounded, i.e., if no one of its elements
is associated with a variable
- isGrounded() - Method in class jade.content.abs.AbsContentElementList
-
Tests if this AbsContentElementList is grounded, i.e., if no one of its elements
is associated with a variable
- isGrounded() - Method in class jade.content.abs.AbsExtendedPrimitive
-
Tests if this AbsExtendedPrimitive is grounded.
- isGrounded() - Method in class jade.content.abs.AbsIRE
-
Redefine the isGrounded()
method in order to
always return false
.
- isGrounded() - Method in interface jade.content.abs.AbsObject
-
Tests if the object is grounded, i.e., if no one of its attributes
is associated with a variable
- isGrounded() - Method in class jade.content.abs.AbsObjectImpl
-
Tests if the object is grounded, i.e., if no one of its attributes
is associated with a variable
- isGrounded() - Method in class jade.content.abs.AbsPrimitive
-
Tests if this AbsPrimitive is grounded.
- isGrounded() - Method in class jade.content.abs.AbsVariable
-
Redefine the isGrounded()
method in order to
always return false
.
- isGrounded() - Method in class jade.content.onto.ConceptSlotFunction
-
- ISGUID - Static variable in class jade.core.AID
-
constant to be used in the constructor of the AID
- isJoined() - Method in interface jade.core.AgentContainer
-
- isJoined() - Method in class jade.wrapper.ContainerController
-
- isLocal() - Method in class jade.core.BaseService
-
- isLocalAgent(AID) - Method in interface jade.core.AgentContainer
-
- isLocalHost(String) - Static method in class jade.core.Profile
-
Check whether or not a given host name or address corresponds to a local network interface
- ISLOCALNAME - Static variable in class jade.core.AID
-
constant to be used in the constructor of the AID
- isMain() - Method in class jade.core.Profile
-
Provides a boolean indication about whether or not the container using this Profile
is a Main Container.
- isMandatory(String) - Method in class jade.content.schema.ObjectSchema
-
Indicate whether a slot of this schema is mandatory
- isMasterMain() - Method in class jade.core.Profile
-
Provides a boolean indication about whether or not the container using this Profile
is the Master Main Container.
- isMetaFormula() - Method in class jade.content.abs.AbsPredicate
-
Return true if this object represents a meta formula (symbol ??
- isMetaTerm() - Method in class jade.content.abs.AbsVariable
-
Return true if this object represents a meta term (i.e. symbol ??
- ISO8601 - Class in jade.lang.acl
-
This class contains a set of static methods that convert
to/from the Date Time format adopted by FIPA.
- ISO8601() - Constructor for class jade.lang.acl.ISO8601
-
Default constructor.
- isOwnSlot(String) - Method in class jade.content.schema.ObjectSchema
-
Indicate whether a given String
is the name of a
slot actually defined in this Schema
(excluding super-schemas)
- isRestarting() - Method in class jade.core.Agent
-
This method returns true
when this agent is restarting after a crash.
- isRunnable() - Method in class jade.core.behaviours.Behaviour
-
Returns whether this Behaviour
object is blocked or
not.
- isRunning() - Static method in class jade.core.MicroRuntime
-
Tells whether a JADE Front End container is currently
running within this JVM.
- isSessionTerminated(ACLMessage) - Static method in class jade.proto.IteratedAchieveREInitiator
-
Check if the responder has closed the session just after sending this inform
message.
- isSkipping() - Method in class jade.core.Filter
-
Inquires the skipping state of this filter.
- isSuccessful() - Method in class jade.core.behaviours.OutcomeManager
-
- isWorking() - Method in class jade.util.ClassFinder
-
- ITERATED_FIPA_REQUEST - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The Iterated-Fipa-Request interaction protocol.
- IteratedAchieveREInitiator - Class in jade.proto
-
This class implements the initiator role in the iterated version of
fipa-request like interaction protocols.
- IteratedAchieveREInitiator(Agent, ACLMessage) - Constructor for class jade.proto.IteratedAchieveREInitiator
-
Construct an IteratedAchieveREInitiator
with an empty DataStore
- IteratedAchieveREInitiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.IteratedAchieveREInitiator
-
Construct an IteratedAchieveREInitiator
with a given DataStore
- iterator() - Method in class jade.content.abs.AbsAggregate
-
- iterator() - Method in class jade.content.abs.AbsContentElementList
-
- iterator() - Method in class jade.content.ContentElementList
-
- iterator() - Method in class jade.util.leap.ArrayList
-
- iterator() - Method in interface jade.util.leap.Collection
-
Returns an iterator over the elements in this collection.
- iterator() - Method in class jade.util.leap.HashSet
-
- Iterator - Interface in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.Iterator&qote; interface.
- iterator() - Method in class jade.util.leap.LinkedList
-
- iterator() - Method in class jade.util.leap.RoundList
-
Returns an Iterator over the elements in this list.
- iterator() - Method in class jade.util.leap.SortedSetImpl
-