fipaos.ont.fipa
Class Action


public class Action
implements Serializable

A wrapper object for the ACL message content for the action to be executed


Method Summary
 ObjectgetAction()
          Returns the action to be executed
 fipaos.ont.fipa.fipaman.AgentIDgetActor()
          Returns the actor agent
 voidsetAction(Object action)
          Sets the action object to be executed
 voidsetActor(fipaos.ont.fipa.fipaman.AgentID actor)
          Sets the actor agent

Method Detail

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

Association Links

to Class fipaos.ont.fipa.fipaman.AgentID

The agent that will execute the action

to Class java.lang.Object

The object describing the action