Package | Description |
---|---|
jade.content | |
jade.content.abs | |
jade.content.onto.basic | |
jade.core.behaviours |
This package is a subpackage of
jade.core and contains
the classes used to implement basic agent
behaviours. |
jade.domain.FIPAAgentManagement |
This package contains the definition of the FIPA-Agent-Management ontology
as specified by the FIPA standard
FIPA Agent Management
Specification - document no. 23 version H (15th August 2001).
|
jade.domain.JADEAgentManagement |
This package contains the definition of the JADE-Agent-Management ontology, the
vocabulary with the list of used symbols, and all the Java classes that implement the concepts
of the ontology.
|
jade.domain.mobility |
This package contains the definition of the JADE-mobility ontology, the
vocabulary with the list of used symbols, and all the Java classes that implement the concepts
of the ontology.
|
Modifier and Type | Class and Description |
---|---|
class |
OntoACLMessage
Utility class that allow using an
ACLMessage object
as an ontological agent action. |
Modifier and Type | Class and Description |
---|---|
class |
AbsAgentAction
An abstract descriptor that can hold an agent action
expression.
|
Modifier and Type | Class and Description |
---|---|
class |
Action
This class implements the
action operator of the
FIPA SL0 action. |
Modifier and Type | Class and Description |
---|---|
class |
ActionExecutor<ActionT extends AgentAction,ResultT>
Base class for behaviours intended to request the execution of an action to a given actor and
get back the result (if any)
|
Modifier and Type | Field and Description |
---|---|
protected ActionT |
ActionExecutor.action |
Modifier and Type | Class and Description |
---|---|
class |
Deregister
This class implements the
deregister action of the
fipa-agent-management ontology . |
class |
GetDescription
This class implements the
get-description action of the
fipa-agent-management ontology . |
class |
Modify
This class implements the
modify action of the
fipa-agent-management ontology . |
class |
Register
This class implements the
register action of the
fipa-agent-management ontology . |
class |
Search
This class implements the
search action of the
fipa-agent-management ontology . |
Modifier and Type | Class and Description |
---|---|
class |
CreateAgent
This class represents the
create-agent action of
the JADE-agent-management ontology . |
class |
InstallMTP
This class represents the
install-MTP action of
the JADE-agent-management ontology . |
class |
KillAgent
This class represents the
kill-agent action of
the JADE-agent-management ontology . |
class |
KillContainer
This class represents the
kill-container action of
the JADE-agent-management ontology . |
class |
QueryAgentsOnLocation
This class represents the
query-agents-on-location action of
the JADE-agent-management ontology . |
class |
QueryPlatformLocationsAction
This class represents the
query-platform-locations action of
the JADE-agent-management ontology . |
class |
ShowGui
This class represents the
show-gui action of
the JADE-agent-management ontology . |
class |
ShutdownPlatform
This class represents the
shutdown-platform action of
the JADE-agent-management ontology . |
class |
UninstallMTP
This class represents the
uninstall-MTP action of
the JADE-agent-management ontology . |
class |
WhereIsAgentAction
This class represents the
where-is-agent action of
the JADE-agent-management ontology . |
Modifier and Type | Class and Description |
---|---|
class |
CloneAction
This class represents the
clone-agent action,
requesting to clone an agent within the platform. |
class |
LoadBehaviour
This action represents a request to load a
Behaviour whose
code is not included in the classpath of the JVM where the agent that is
going to execute the behaviour lives. |
class |
MoveAction
This class represents the
move-agent action, requesting
to move an agent within the platform. |