Uses of Class
jade.core.AgentState
-
Packages that use AgentState Package Description 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.jade.tools.introspector.gui -
-
Uses of AgentState in jade.core
Methods in jade.core that return AgentState Modifier and Type Method Description AgentStateAgent. getAgentState()static AgentState[]AgentState. getAllInstances()Access the whole prototypes array.static AgentStateAgentState. 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 Modifier and Type Method Description AgentStateAgentEvent. getFrom()AgentStateAgentEvent. getTo()Constructors in jade.core.event with parameters of type AgentState Constructor Description 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 Modifier and Type Method Description AgentStateChangedAgentState. getFrom()Retrieve the value of thefromslot of this event, containing the name of the state the agent was in before this event occurred.AgentStateChangedAgentState. getTo()Retrieve the value of thetoslot 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 Modifier and Type Method Description voidChangedAgentState. setFrom(AgentState as)Set thefromslot of this event.voidChangedAgentState. setTo(AgentState as)Set thetoslot of this event. -
Uses of AgentState in jade.tools.introspector.gui
Methods in jade.tools.introspector.gui with parameters of type AgentState Modifier and Type Method Description voidStatePanel. switchTo(AgentState as)
-