Uses of Interface
jade.content.AgentAction

Packages that use AgentAction
jade.content
jade.content.abs   
jade.content.onto.basic   
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. 23 version H (15th August 2001).  
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. 
 

Uses of AgentAction in jade.content
 

Classes in jade.content that implement AgentAction
 class OntoACLMessage
          Utility class that allow using an ACLMessage object as an ontological agent action.
 

Uses of AgentAction in jade.content.abs
 

Classes in jade.content.abs that implement AgentAction
 class AbsAgentAction
          An 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
 class Action
          This class implements the action operator of the FIPA SL0 action.
 

Uses of AgentAction in jade.domain.FIPAAgentManagement
 

Classes in jade.domain.FIPAAgentManagement that implement AgentAction
 class Deregister
          This class implements the deregister action of the fipa-agent-management ontology.
 class GetDescription
          This class implements the get-description action of the fipa-agent-management ontology.
 class Modify
          This class implements the modify action of the fipa-agent-management ontology.
 class Register
          This class implements the register action of the fipa-agent-management ontology.
 class Search
          This class implements the search action of the fipa-agent-management ontology.
 

Uses of AgentAction in jade.domain.JADEAgentManagement
 

Classes in jade.domain.JADEAgentManagement that implement AgentAction
 class CreateAgent
          This class represents the create-agent action of the JADE-agent-management ontology.
 class InstallMTP
          This class represents the install-MTP action of the JADE-agent-management ontology.
 class KillAgent
          This class represents the kill-agent action of the JADE-agent-management ontology.
 class KillContainer
          This class represents the kill-container action of the JADE-agent-management ontology.
 class QueryAgentsOnLocation
          This class represents the query-agents-on-location action of the JADE-agent-management ontology.
 class QueryPlatformLocationsAction
          This class represents the query-platform-locations action of the JADE-agent-management ontology.
 class ShowGui
          This class represents the show-gui action of the JADE-agent-management ontology.
 class ShutdownPlatform
          This class represents the shutdown-platform action of the JADE-agent-management ontology.
 class UninstallMTP
          This class represents the uninstall-MTP action of the JADE-agent-management ontology.
 class WhereIsAgentAction
          This class represents the where-is-agent action of the JADE-agent-management ontology.
 

Uses of AgentAction in jade.domain.mobility
 

Classes in jade.domain.mobility that implement AgentAction
 class CloneAction
          This class represents the clone-agent action, requesting to clone an agent within the platform.
 class 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.
 class MoveAction
          This class represents the move-agent action, requesting to move an agent within the platform.
 



JADE