fipaos.skill.constraint.ccl.object
Class CSPSolutionList

java.lang.Object
  |
  +--fipaos.skill.constraint.ccl.object.CSPSolutionList

public class CSPSolutionList
extends java.lang.Object


This class describes the object CSP-solution-list as described in
"CCL Language Specification v2.01" section 4.1.1.3, p6.

This object captures the notion of a list of solutions to a choice
problem.


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

Constructor Detail

CSPSolutionList

public CSPSolutionList()