|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsl.Action
This class represents the action expression ontological role i.e. a t-uple including an agent identifier and an action performed by that agent.
| Field Summary | |
(package private) java.lang.Object |
action
|
(package private) AID |
actor
|
| 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 |
| Field Detail |
AID actor
java.lang.Object action
| Constructor Detail |
public Action()
| Method Detail |
public void set_0(AID a)
public AID get_0()
public void set_1(java.lang.Object a)
public java.lang.Object get_1()
public void setActor(AID a)
set_0()
public AID getActor()
get_0()
public void setAction(java.lang.Object a)
set_1()
public java.lang.Object getAction()
get_1()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||