|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.domain.mobility.MoveAction | +--jade.domain.mobility.CloneAction
This class represents the clone-agent
action,
requesting to clone an agent within the platform.
Constructor Summary | |
CloneAction()
Default constructor. |
Method Summary | |
java.lang.String |
getNewName()
Retrieve the value of the new-name slot of this
event, containing the new local name (i.e. without the platform ID)
for the new, cloned agent. |
void |
setNewName(java.lang.String nn)
Set the new-name slot of this action. |
Methods inherited from class jade.domain.mobility.MoveAction |
getMobileAgentDescription, setMobileAgentDescription |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CloneAction()
Method Detail |
public void setNewName(java.lang.String nn)
new-name
slot of this action.
nn
- The new local name (i.e. without the platform ID) for the
new, cloned agent.public java.lang.String getNewName()
new-name
slot of this
event, containing the new local name (i.e. without the platform ID)
for the new, cloned agent.
new-name
slot, or
null
if no value was set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |