Uses of Package
jade.domain.introspection
-
Packages that use jade.domain.introspection Package Description 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.tools jade.tools.introspector.gui -
Classes in jade.domain.introspection used by jade.domain.introspection Class Description ACLMessage This class represents an ACL message.Event The generic interface for all introspection events.EventRecord This class represents theevent-recordconcept in thejade-introspectionontology.GetKeys This class represents theget-keysaction of the Introspection Ontology.GetValue This class represents theget-valueaction of the Introspection Ontology.IntrospectionVocabulary This interface contains all the string constants for frame and slot names of exceptions defined in thejade-introspectionontology. -
Classes in jade.domain.introspection used by jade.tools Class Description AMSSubscriber This behaviour subscribes to the AMS to receive notifications about platform-wide events.AMSSubscriber.EventHandler This interface must be implemented by concrete event handlers installed by this AMSSubscriber. -
Classes in jade.domain.introspection used by jade.tools.introspector.gui Class Description AddedBehaviour An introspection event, recording that a behaviour was added to an agent.ChangedAgentState An introspection event, recording the change of the atate of an agent within the platform.ChangedBehaviourState An introspection event, recording the change of the state of an agent behaviour within the platform.PostedMessage An introspection event, recording the posting of an ACL message within the platform.ReceivedMessage An introspection event, recording the reception of an ACL message within the platform.RemovedBehaviour An introspection event, recording the removal of an agent behaviour within the platform.SentMessage An introspection event, recording the sending of an ACL message within the platform.