fipaos.ont.fipa
Class Action
- public class Action
- implements Serializable
A wrapper object for the ACL message content for the action to be executed
getAction
public Object getAction()
- Returns the action to be executed
- Returns: Object. The action object
getActor
public fipaos.ont.fipa.fipaman.AgentID getActor()
- Returns the actor agent
- Returns: AgentID. The actor agent
setAction
public void setAction(Object action)
- Sets the action object to be executed
- Parameters:
- action - The action object
setActor
public void setActor(fipaos.ont.fipa.fipaman.AgentID actor)
- Sets the actor agent
- Parameters:
- actor - The actor agent
to Class fipaos.ont.fipa.fipaman.AgentID- The agent that will execute the action
to Class java.lang.Object
- The object describing the action