Package 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.

See:
          Description

Interface Summary
BehaviourLoadingVocabulary This interface contains all the string constants for concepts and slot names defined in the Behaviour-Loading ontology.
MobilityVocabulary This interface contains all the string constants for frame and slot names of exceptions defined in the jade-mobility-ontology ontology.
 

Class Summary
BehaviourLoadingOntology This class represents the BehaviourLoading ontology including the concepts and actions required to dynamically load and execute jade behaviours whose code is not included in the JVM classpath.
CloneAction This class represents the clone-agent action, requesting to clone an agent within the platform.
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.
MobileAgentDescription This class represents the mobile-agent-description concept.
MobileAgentLanguage This class represents the mobile-agent-language concept.
MobileAgentOS This class represents the mobile-agent-os concept.
MobileAgentProfile This class represents the mobile-agent-profile concept.
MobileAgentSystem This class represents the mobile-agent-system concept.
MobilityOntology This class represents the ontology used for JADE mobility.
MoveAction This class represents the move-agent action, requesting to move an agent within the platform.
Parameter This concept represents a parameter to be passed to a Behaviour in the dynamic loading procedure.
 

Package jade.domain.mobility Description

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.



JADE