|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.ont.fipa.Action
A wrapper object for the ACL message content for the action to be executed
Constructor Summary | |
Action()
|
Method Summary | |
java.lang.Object |
getAction()
Returns the action to be executed |
AgentID |
getActor()
Returns the actor agent |
void |
setAction(java.lang.Object action)
Sets the action object to be executed |
void |
setActor(AgentID actor)
Sets the actor agent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Action()
Method Detail |
public AgentID getActor()
public void setActor(AgentID actor)
actor
- The actor agentpublic java.lang.Object getAction()
public void setAction(java.lang.Object action)
action
- The action object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |