|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.domain.JADEAgentManagement.WhereIsAgentAction
This class represents the where-is-agent
action of
the JADE-agent-management ontology
.
This action can be requested to the JADE AMS to know the container
a given agent is currently running on.
Constructor Summary | |
WhereIsAgentAction()
Default constructor. |
Method Summary | |
AID |
getAgentIdentifier()
Retrieve the value of the agent-identifier slot of
this action, containing the agent identifier for the agent
whose location is requested. |
void |
setAgentIdentifier(AID id)
Set the agent-identifier slot of this action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WhereIsAgentAction()
Method Detail |
public void setAgentIdentifier(AID id)
agent-identifier
slot of this action.
id
- The agent identifier for the agent whose location is
requested.public AID getAgentIdentifier()
agent-identifier
slot of
this action, containing the agent identifier for the agent
whose location is requested.
agent-identifier
slot, or
null
if no value was set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |