Package jade.domain.introspection

This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents.

See:
          Description

Interface Summary
Event  
IntrospectionVocabulary  
 

Class Summary
ACLMessage This class represents an ACL message.
AddedBehaviour  
AddedContainer This class represents the added-container concept in the jade-introspection ontology.
AddedMTP This class represents the added-mtp concept in the jade-introspection ontology.
BornAgent  
ChangedAgentOwnership  
ChangedAgentState  
ChangedBehaviourState  
DeadAgent  
EventRecord This class represents the event-record concept in the jade-introspection ontology.
IntrospectionOntology This class represents the ontology jade-introspection, containing all JADE extensions related to agent and platform monitoring.
MovedAgent  
Occurred This class represents the 'occurred' predicate, whose argument is a JADE event.
PlatformDescription  
PostedMessage  
ReceivedMessage  
RemovedBehaviour  
RemovedContainer This class represents the removed-container concept in the jade-introspection ontology.
RemovedMTP This class represents the removed-mtp concept in the jade-introspection ontology.
ResumedAgent  
RoutedMessage  
SentMessage  
StartNotify This class represents the 'start-notify' action, requesting to start a continuous notification of some events via ACL messages.
StopNotify This class represents the 'stop-notify' action, requesting to end a continuous notification of some events via ACL messages.
SuspendedAgent  
 

Package jade.domain.introspection Description

This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. It also includes all the classes the implement the basic concepts of the ontology. Normal programmers and agent applications do not need to use this package.