sl
Class DonePredicate

java.lang.Object
  extended bysl.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


Field Summary
(package private)  Action s
           
 
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
 

Field Detail

s

Action s
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:
jade.onto.basic.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:
jade.onto.basic.Action


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.