See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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. |