Uses of Interface
jade.content.AgentAction
-
Packages that use AgentAction Package Description jade.content jade.content.abs jade.content.onto.basic jade.core.behaviours This package is a subpackage ofjade.coreand contains the classes used to implement basic agent behaviours.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 AgentAction in jade.content
Classes in jade.content that implement AgentAction Modifier and Type Class Description classOntoACLMessageUtility class that allow using anACLMessageobject as an ontological agent action. -
Uses of AgentAction in jade.content.abs
Classes in jade.content.abs that implement AgentAction Modifier and Type Class Description classAbsAgentActionAn abstract descriptor that can hold an agent action expression. -
Uses of AgentAction in jade.content.onto.basic
Classes in jade.content.onto.basic that implement AgentAction Modifier and Type Class Description classActionThis class implements theactionoperator of the FIPA SL0 action. -
Uses of AgentAction in jade.core.behaviours
Classes in jade.core.behaviours with type parameters of type AgentAction Modifier and Type Class Description classActionExecutor<ActionT extends AgentAction,ResultT>Base class for behaviours intended to request the execution of an action to a given actor and get back the result (if any)Fields in jade.core.behaviours declared as AgentAction Modifier and Type Field Description protected ActionTActionExecutor. action -
Uses of AgentAction in jade.domain.DFGUIManagement
Classes in jade.domain.DFGUIManagement that implement AgentAction 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 AgentAction in jade.domain.FIPAAgentManagement
Classes in jade.domain.FIPAAgentManagement that implement AgentAction Modifier and Type Class Description classDeregisterThis class implements thederegisteraction of thefipa-agent-management ontology.classGetDescriptionThis class implements theget-descriptionaction of thefipa-agent-management ontology.classModifyThis class implements themodifyaction of thefipa-agent-management ontology.classRegisterThis class implements theregisteraction of thefipa-agent-management ontology.classSearchThis class implements thesearchaction of thefipa-agent-management ontology. -
Uses of AgentAction in jade.domain.introspection
Classes in jade.domain.introspection that implement AgentAction Modifier and Type Class Description classGetKeysThis class represents theget-keysaction of the Introspection Ontology.classGetValueThis class represents theget-valueaction of the Introspection Ontology.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. -
Uses of AgentAction in jade.domain.JADEAgentManagement
Classes in jade.domain.JADEAgentManagement that implement AgentAction 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 AgentAction in jade.domain.mobility
Classes in jade.domain.mobility that implement AgentAction 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.classMoveActionThis class represents themove-agentaction, requesting to move an agent within the platform. -
Uses of AgentAction in jade.domain.persistence
Classes in jade.domain.persistence that implement AgentAction Modifier and Type Class Description 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 AgentAction in jade.tools.logging.ontology
Classes in jade.tools.logging.ontology that implement AgentAction Modifier and Type Class Description classGetAllLoggersclassSetFileclassSetLevel
-