|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Term | |
jade.content | |
jade.content.abs | |
jade.content.onto.basic | |
jade.core | This package contains the microkernel of JADE system. |
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.introspection | This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. |
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. |
Uses of Term in jade.content |
Subinterfaces of Term in jade.content | |
interface |
AgentAction
Generic interface to be implemented by classes associated to agent actions in an ontology. |
interface |
Concept
Generic interface to be implemented by classes associated to concepts in an ontology. |
Classes in jade.content that implement Term | |
class |
OntoACLMessage
Utility class that allow using an ACLMessage object
as an ontological agent action. |
class |
OntoAID
Utility class that allow using an AID object
as an ontological concept. |
Uses of Term in jade.content.abs |
Subinterfaces of Term in jade.content.abs | |
interface |
AbsTerm
An abstract descriptor that can hold a term expression. |
Classes in jade.content.abs that implement Term | |
class |
AbsAgentAction
An abstract descriptor that can hold an agent action expression. |
class |
AbsAggregate
An abstract descriptor that can hold an aggregate entitiy expression. |
class |
AbsConcept
An abstract descriptor that can hold a concept expression. |
class |
AbsIRE
An Abstract descriptor that can hold an Identifying Referential Expression (IRE). |
class |
AbsPrimitive
An abstract descriptor that can hold a primitive expression. |
class |
AbsVariable
An abstract descriptor that can hold a variable expression, i.e. an entity that is not known yet. |
Uses of Term in jade.content.onto.basic |
Classes in jade.content.onto.basic that implement Term | |
class |
Action
This class implements the action operator of the
FIPA SL0 action. |
Uses of Term in jade.core |
Subinterfaces of Term in jade.core | |
interface |
Location
Abstract interface to represent JADE network locations. |
Classes in jade.core that implement Term | |
class |
ContainerID
A class identifying an aget container in the JADE platform. |
class |
PlatformID
Description here |
Uses of Term in jade.domain.FIPAAgentManagement |
Classes in jade.domain.FIPAAgentManagement that implement Term | |
class |
AMSAgentDescription
This class implements the concept of the fipa-agent-management ontology representing the description of an Agent in the AMS catalogue. |
class |
APDescription
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. |
class |
APService
This class implements the concept of the fipa-agent-management ontology representing the description of a platform service. |
class |
Deregister
This class implements the deregister action of the
fipa-agent-management ontology .
|
class |
DFAgentDescription
This class implements the concept of the fipa-agent-management ontology representing the description of an agent in the DF catalogue. |
class |
Envelope
This class models an envelope. |
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 |
Property
This class implements the property type, a pair of a
name and value. |
class |
ReceivedObject
This class implements the received-object object from
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 .
|
class |
SearchConstraints
This class models a search constraint. |
class |
ServiceDescription
This class models a service data type. |
Uses of Term in jade.domain.introspection |
Subinterfaces of Term in jade.domain.introspection | |
interface |
Event
The generic interface for all introspection events. |
Classes in jade.domain.introspection that implement Term | |
class |
AddedContainer
This class represents the added-container concept in the
jade-introspection ontology. |
class |
AddedMTP
This class represents the added-mtp concept in the
jade-introspection ontology. |
class |
BornAgent
An introspection event, recording the birth of a new agent within the platform. |
class |
DeadAgent
An introspection event, recording the death of an agent within the platform. |
class |
KillContainerRequested
This class represents the kill-container-requested concept in the
jade-introspection ontology. |
class |
MovedAgent
An introspection event, recording the migration of an agent within the platform. |
class |
RemovedContainer
An introspection event, recording the removal of an agent container within the platform. |
class |
RemovedMTP
An introspection event, recording the removal of an MTP within the platform. |
class |
ResetEvents
This class represents the meta-reset-events concept in
the jade-introspection ontology. |
class |
ResumedAgent
An introspection event, recording the resumption of a formerly suspended agent within the platform. |
class |
SuspendedAgent
An introspection event, recording the suspension of a formerly active agent within the platform. |
Uses of Term in jade.domain.JADEAgentManagement |
Classes in jade.domain.JADEAgentManagement that implement Term | |
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 .
|
Uses of Term in jade.domain.mobility |
Classes in jade.domain.mobility that implement Term | |
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 |
MobileAgentDescription
This class represents the mobile-agent-description
concept. |
class |
MobileAgentLanguage
This class represents the mobile-agent-language
concept. |
class |
MobileAgentOS
This class represents the mobile-agent-os concept. |
class |
MobileAgentProfile
This class represents the mobile-agent-profile concept. |
class |
MobileAgentSystem
This class represents the mobile-agent-system concept. |
class |
MoveAction
This class represents the move-agent action, requesting
to move an agent within the platform. |
class |
Parameter
This concept represents a parameter to be passed to a Behaviour
in the dynamic loading procedure. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |