fipaos.skill.constraint.ccl.proposition
Class IsCsp

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

public class IsCsp
extends java.lang.Object


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

This proposition can be used to wrap CSPs in a proposition construct for
general information passing. The semantic meaning of the message containing
such a proposition may be derived from the conversation context.

Is-csp is true if the object referred to in the target Parameter is a well
formed CSP object.


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

Constructor Detail

IsCsp

public IsCsp()