jade.onto.basic
Class DonePredicate

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

public class DonePredicate
extends java.lang.Object

This class represents the done predicate ontological role i.e. the fact that an action has been performed by an agent


Constructor Summary
DonePredicate()
           
 
Method Summary
 Action get_0()
          This method gets the action expression indicating the action that has been performed and the agent who performed it.
 void set_0(Action a)
          This method sets the action expression indicating the action that has been performed and the agent who performed it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DonePredicate

public DonePredicate()
Method Detail

set_0

public void set_0(Action a)
This method sets the action expression indicating the action that has been performed and the agent who performed it.
See Also:
Action

get_0

public Action get_0()
This method gets the action expression indicating the action that has been performed and the agent who performed it.
See Also:
Action