sl
Class ResultPredicate

java.lang.Object
  extended bysl.ResultPredicate

public class ResultPredicate
extends java.lang.Object

This class represents the result predicate ontological role, i.e. the result of an action performed by an agent.


Field Summary
(package private)  java.util.List result
           
private  Action s
           
 
Constructor Summary
ResultPredicate()
           
 
Method Summary
 void add_1(java.lang.Object o)
          This method adds an item to the sequence of items representing the result
 Action get_0()
          This method gets the action expression for of which the result is indicated.
 java.util.Iterator getAll_1()
          This method gets an Iterator over the sequence of items representing the result
 void set_0(Action a)
          This method sets the action expression for of which the result is indicated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

private Action s

result

java.util.List result
Constructor Detail

ResultPredicate

public ResultPredicate()
Method Detail

set_0

public void set_0(Action a)
This method sets the action expression for of which the result is indicated.

See Also:
jade.onto.basic.Action

get_0

public Action get_0()
This method gets the action expression for of which the result is indicated.

See Also:
jade.onto.basic.Action

add_1

public void add_1(java.lang.Object o)
This method adds an item to the sequence of items representing the result


getAll_1

public java.util.Iterator getAll_1()
This method gets an Iterator over the sequence of items representing the result



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