Uses of Interface
jade.content.Concept
-
Packages that use Concept Package Description jade.content jade.content.abs jade.content.onto jade.content.onto.basic jade.core This package contains the microkernel of JADE system.jade.domain.DFGUIManagement 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.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.jade.domain.persistence jade.tools.logging.ontology -
-
Uses of Concept in jade.content
Subinterfaces of Concept in jade.content Modifier and Type Interface Description interfaceAgentActionGeneric interface to be implemented by classes associated to agent actions in an ontology.Classes in jade.content that implement Concept Modifier and Type Class Description classOntoACLMessageUtility class that allow using anACLMessageobject as an ontological agent action.classOntoAIDUtility class that allow using anAIDobject as an ontological concept. -
Uses of Concept in jade.content.abs
Classes in jade.content.abs that implement Concept Modifier and Type Class Description classAbsAgentActionAn abstract descriptor that can hold an agent action expression.classAbsAggregateAn abstract descriptor that can hold an aggregate entitiy expression.classAbsConceptAn abstract descriptor that can hold a concept expression.classAbsConceptSlotFunction -
Uses of Concept in jade.content.onto
Classes in jade.content.onto that implement Concept Modifier and Type Class Description classConceptSlotFunctionThe ConceptSlotFunction class allows treating the slots of an ontological concept as functions.Methods in jade.content.onto that return Concept Modifier and Type Method Description ConceptConceptSlotFunction. getConcept()Methods in jade.content.onto with parameters of type Concept Modifier and Type Method Description ObjectConceptSlotFunction. apply(Concept c)ConceptSlotFunctionOntology. createConceptSlotFunction(String slotName, Concept c)Create a ConceptSlotFunction for a given slot of a given Concept.voidConceptSlotFunction. fill(Concept c, Object val) -
Uses of Concept in jade.content.onto.basic
Classes in jade.content.onto.basic that implement Concept Modifier and Type Class Description classActionThis class implements theactionoperator of the FIPA SL0 action.Methods in jade.content.onto.basic that return Concept Modifier and Type Method Description ConceptAction. getAction()ConceptDone. getAction()ConceptResult. getAction()Methods in jade.content.onto.basic with parameters of type Concept Modifier and Type Method Description voidAction. setAction(Concept a)voidDone. setAction(Concept a)voidResult. setAction(Concept a)Constructors in jade.content.onto.basic with parameters of type Concept Constructor Description Action(AID id, Concept a)Done(Concept a)Result(Concept a, Object v) -
Uses of Concept in jade.core
Subinterfaces of Concept in jade.core Modifier and Type Interface Description interfaceLocationAbstract interface to represent JADE network locations.Classes in jade.core that implement Concept Modifier and Type Class Description classBehaviourIDThis class represents an unique identifier referring to a specific agent behaviour.classContainerIDA class identifying an aget container in the JADE platform.classPlatformIDDescription here -
Uses of Concept in jade.domain.DFGUIManagement
Classes in jade.domain.DFGUIManagement that implement Concept Modifier and Type Class Description classDeregisterFromThis class implements the DeregisterFrom action.classFederateThis class implements the Federate action.classGetDescriptionThis class represent the getDescription Action.classGetDescriptionUsedThis class implements the GetDescriptionUsed action.classGetParentsThis class implements the GetParents action.classModifyOnThis class implements the ModifyOn action.classRegisterWithThis class implement the registerWith action.classSearchOnThis class implements the searcOn action. -
Uses of Concept in jade.domain.FIPAAgentManagement
Classes in jade.domain.FIPAAgentManagement that implement Concept Modifier and Type Class Description classAMSAgentDescriptionThis class implements the concept of the fipa-agent-management ontology representing the description of an Agent in the AMS catalogue.classAPDescriptionThis 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.classAPServiceThis class implements the concept of the fipa-agent-management ontology representing the description of a platform service.classDeregisterThis class implements thederegisteraction of thefipa-agent-management ontology.classDFAgentDescriptionThis class implements the concept of the fipa-agent-management ontology representing the description of an agent in the DF catalogue.classEnvelopeThis class models an envelope.classGetDescriptionThis class implements theget-descriptionaction of thefipa-agent-management ontology.classModifyThis class implements themodifyaction of thefipa-agent-management ontology.classMultiValuePropertyclassPropertyThis class implements thepropertytype, a pair of a name and value.classReceivedObjectThis class implements thereceived-objectobject from the FIPA Agent Management ontology.classRegisterThis class implements theregisteraction of thefipa-agent-management ontology.classSearchThis class implements thesearchaction of thefipa-agent-management ontology.classSearchConstraintsThis class models a search constraint.classServiceDescriptionThis class models a service data type. -
Uses of Concept in jade.domain.introspection
Subinterfaces of Concept in jade.domain.introspection Modifier and Type Interface Description interfaceEventThe generic interface for all introspection events.Classes in jade.domain.introspection that implement Concept Modifier and Type Class Description classACLMessageThis class represents an ACL message.classAddedBehaviourAn introspection event, recording that a behaviour was added to an agent.classAddedContainerThis class represents theadded-containerconcept in thejade-introspectionontology.classAddedMTPThis class represents theadded-mtpconcept in thejade-introspectionontology.classBornAgentAn introspection event, recording the birth of a new agent within the platform.classChangedAgentOwnershipAn introspection event, recording the change of the ownership of an agent within the platform.classChangedAgentStateAn introspection event, recording the change of the atate of an agent within the platform.classChangedBehaviourStateAn introspection event, recording the change of the state of an agent behaviour within the platform.classDeadAgentAn introspection event, recording the death of an agent within the platform.classEventRecordThis class represents theevent-recordconcept in thejade-introspectionontology.classFrozenAgentAn introspection event, recording the freezing of a formerly active agent within the platform.classGetKeysThis class represents theget-keysaction of the Introspection Ontology.classGetValueThis class represents theget-valueaction of the Introspection Ontology.classKillContainerRequestedThis class represents thekill-container-requestedconcept in thejade-introspectionontology.classMovedAgentAn introspection event, recording the migration of an agent within the platform.classPlatformDescriptionThis class represents theplatform-descriptionpredicate, whose argument is a platform description object from the FIPA Agent Management ontology.classPostedMessageAn introspection event, recording the posting of an ACL message within the platform.classReceivedMessageAn introspection event, recording the reception of an ACL message within the platform.classRemovedBehaviourAn introspection event, recording the removal of an agent behaviour within the platform.classRemovedContainerAn introspection event, recording the removal of an agent container within the platform.classRemovedMTPAn introspection event, recording the removal of an MTP within the platform.classResetEventsThis class represents themeta-reset-eventsconcept in thejade-introspectionontology.classResumedAgentAn introspection event, recording the resumption of a formerly suspended agent within the platform.classRoutedMessageAn introspection event, recording the routing of an ACL message within the platform.classSentMessageAn introspection event, recording the sending of an ACL message within the platform.classShutdownPlatformRequestedThis class represents theshutdown-platform-requestedconcept in thejade-introspectionontology.classStartNotifyThis class represents thestart-notifyaction, requesting to start a continuous notification of some events via ACL messages.classStopNotifyThis class represents thestop-notifyaction, requesting to end a continuous notification of some events via ACL messages.classSuspendedAgentAn introspection event, recording the suspension of a formerly active agent within the platform.classThawedAgentAn introspection event, recording the freezing of a formerly active agent within the platform. -
Uses of Concept in jade.domain.JADEAgentManagement
Classes in jade.domain.JADEAgentManagement that implement Concept Modifier and Type Class Description classCreateAgentThis class represents thecreate-agentaction of theJADE-agent-management ontology.classDebugOffThis class represents thedebug-offaction, requesting a debugger to stop observing a set of agents in the platform.classDebugOnThis class represents thedebug-onaction, requesting a debugger to start observing a set of agents in the platform.classInstallMTPThis class represents theinstall-MTPaction of theJADE-agent-management ontology.classKillAgentThis class represents thekill-agentaction of theJADE-agent-management ontology.classKillContainerThis class represents thekill-containeraction of theJADE-agent-management ontology.classQueryAgentsOnLocationThis class represents thequery-agents-on-locationaction of theJADE-agent-management ontology.classQueryPlatformLocationsActionThis class represents thequery-platform-locationsaction of theJADE-agent-management ontology.classShowGuiThis class represents theshow-guiaction of theJADE-agent-management ontology.classShutdownPlatformThis class represents theshutdown-platformaction of theJADE-agent-management ontology.classSniffOffThis class represents thesniff-offaction, requesting a sniffer to stop observing a set of agents in the platform.classSniffOnThis class represents thesniff-offaction, requesting a sniffer to start observing a set of agents in the platform.classUninstallMTPThis class represents theuninstall-MTPaction of theJADE-agent-management ontology.classWhereIsAgentActionThis class represents thewhere-is-agentaction of theJADE-agent-management ontology. -
Uses of Concept in jade.domain.mobility
Classes in jade.domain.mobility that implement Concept Modifier and Type Class Description classCloneActionThis class represents theclone-agentaction, requesting to clone an agent within the platform.classLoadBehaviourThis action represents a request to load aBehaviourwhose code is not included in the classpath of the JVM where the agent that is going to execute the behaviour lives.classMobileAgentDescriptionThis class represents themobile-agent-descriptionconcept.classMobileAgentLanguageThis class represents themobile-agent-languageconcept.classMobileAgentOSThis class represents themobile-agent-osconcept.classMobileAgentProfileThis class represents themobile-agent-profileconcept.classMobileAgentSystemThis class represents themobile-agent-systemconcept.classMoveActionThis class represents themove-agentaction, requesting to move an agent within the platform.classParameterThis concept represents a parameter to be passed to aBehaviourin the dynamic loading procedure. -
Uses of Concept in jade.domain.persistence
Classes in jade.domain.persistence that implement Concept Modifier and Type Class Description classAgentGroupThis class represents theagent-groupaction of theJADE-persistenceontology.classDeleteAgentThis class represents thedelete-agentaction of theJADE-Persistenceontology.classDeleteAgentGroupThis class represents thedelete-agent-groupaction of theJADE-Persistenceontology.classDeleteContainerThis class represents thedelete-containeraction of theJADE-Persistenceontology.classFreezeAgentThis class represents thefreeze-agentaction of theJADE-Persistenceontology.classLoadAgentThis class represents theload-agentaction of theJADE-Persistenceontology.classLoadAgentGroupThis class represents theload-agent-groupaction of theJADE-Persistenceontology.classLoadContainerThis class represents theload-containeraction of theJADE-Persistenceontology.classReloadAgentThis class represents thereload-agentaction of theJADE-Persistenceontology.classSaveAgentThis class represents thesave-agentaction of theJADE-Persistenceontology.classSaveAgentGroupThis class represents thesave-agent-groupaction of theJADE-Persistenceontology.classSaveContainerThis class represents thesave-containeraction of theJADE-Persistenceontology.classThawAgentThis class represents thethaw-agentaction of theJADE-Persistenceontology. -
Uses of Concept in jade.tools.logging.ontology
Classes in jade.tools.logging.ontology that implement Concept Modifier and Type Class Description classGetAllLoggersclassLevelInfoclassLoggerInfoclassSetFileclassSetLevel
-