Uses of Class
jade.core.AgentState

Packages that use AgentState
jade.core This package contains the microkernel of JADE system. 
jade.core.event   
jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. 
 

Uses of AgentState in jade.core
 

Methods in jade.core that return AgentState
 AgentState Agent.getAgentState()
           
static AgentState[] AgentState.getAllInstances()
          Access the whole prototypes array.
static AgentState AgentState.getInstance(int value)
          Static access method to retrieve a prototype object for an agent life-cycle state.
 

Uses of AgentState in jade.core.event
 

Methods in jade.core.event that return AgentState
 AgentState AgentEvent.getFrom()
           
 AgentState AgentEvent.getTo()
           
 

Constructors in jade.core.event with parameters of type AgentState
AgentEvent(int id, AID aid, AgentState f, AgentState t, ContainerID cid)
           
 

Uses of AgentState in jade.domain.introspection
 

Methods in jade.domain.introspection that return AgentState
 AgentState ChangedAgentState.getFrom()
          Retrieve the value of the from slot of this event, containing the name of the state the agent was in before this event occurred.
 AgentState ChangedAgentState.getTo()
          Retrieve the value of the to slot of this event, containing the name of the state the agent was in after this event occurred.
 

Methods in jade.domain.introspection with parameters of type AgentState
 void ChangedAgentState.setFrom(AgentState as)
          Set the from slot of this event.
 void ChangedAgentState.setTo(AgentState as)
          Set the to slot of this event.