fipaos.skill.constraint.ccl.proposition
Class CSPSoluble

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

public class CSPSoluble
extends java.lang.Object


This class represents the object CSP-soluble as described in
"CCL Language Specification, v2.01" section 4.1.3.2, p10.

This states that the CSP given in the subject slot has at least one solution.


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

Constructor Detail

CSPSoluble

public CSPSoluble()