fipaos.skill.constraint.ccl.proposition
Class CSPInsoluble

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

public class CSPInsoluble
extends java.lang.Object


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

This states that the CSP given in the subject slot has no solutions.


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

Constructor Detail

CSPInsoluble

public CSPInsoluble()