jade.onto.basic
Class Action

java.lang.Object
  |
  +--jade.onto.basic.Action

public class Action
extends java.lang.Object

This class represents the action expression ontological role i.e. a t-uple including an agent identifier and an action performed by that agent.


Constructor Summary
Action()
           
 
Method Summary
 AID get_0()
          Gets the identifier of the agent performing the action.
 java.lang.Object get_1()
          Gets the action object
 java.lang.Object getAction()
          Gets the action object This is equivalent to get_1()
 AID getActor()
          Gets the identifier of the agent performing the action.
 void set_0(AID a)
          Sets the identifier of the agent performing the action.
 void set_1(java.lang.Object a)
          Sets the action object
 void setAction(java.lang.Object a)
          Sets the action object.
 void setActor(AID a)
          Sets the identifier of the agent performing the action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

set_0

public void set_0(AID a)
Sets the identifier of the agent performing the action.

get_0

public AID get_0()
Gets the identifier of the agent performing the action.

set_1

public void set_1(java.lang.Object a)
Sets the action object

get_1

public java.lang.Object get_1()
Gets the action object

setActor

public void setActor(AID a)
Sets the identifier of the agent performing the action. This is equivalent to set_0()

getActor

public AID getActor()
Gets the identifier of the agent performing the action. This is equivalent to get_0()

setAction

public void setAction(java.lang.Object a)
Sets the action object. This is equivalent to set_1()

getAction

public java.lang.Object getAction()
Gets the action object This is equivalent to get_1()