jade.onto.basic
Class ResultPredicate

java.lang.Object
  |
  +--jade.onto.basic.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.


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
 

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:
Action

get_0

public Action get_0()
This method gets the action expression for of which the result is indicated.
See Also:
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