|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.domain.mobility.MoveAction
This class represents the move-agent
action, requesting
to move an agent within the platform.
Constructor Summary | |
MoveAction()
Default constructor. |
Method Summary | |
MobileAgentDescription |
getMobileAgentDescription()
Retrieve the value of the mobile-agent-description
slot of this event, containing the description of the agent to
migrate. |
void |
setMobileAgentDescription(MobileAgentDescription desc)
Set the mobile-agent-description 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 MoveAction()
Method Detail |
public void setMobileAgentDescription(MobileAgentDescription desc)
mobile-agent-description
slot of this
action.
desc
- The description of the agent to migrate.public MobileAgentDescription getMobileAgentDescription()
mobile-agent-description
slot of this event, containing the description of the agent to
migrate.
mobile-agent-description
slot, or null
if no value was set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |