fipaos.skill.constraint.ccl.proposition
Class IsActionResult

java.lang.Object
  |
  +--fipaos.skill.constraint.ccl.proposition.IsActionResult

public class IsActionResult
extends java.lang.Object


This class represents the object Is-action-result as described in
"CCL Language Specification, v2.01" section 4.1.3.5, p11.

Is-action-result is true if the object referred to in the Result Parameter is the
result of an action which is either given in the optional Action parameter,
or is well defined in the context of the agent conversation.

The Action parameter is not mandatory since in some cases it may be unnecessary
to repeat the specification of the action that led to the result since the action
is being referred to may be clear from the context.


Constructor Summary
IsActionResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsActionResult

public IsActionResult()