fipaos.skill.constraint.ccl.variable
Class CSPValueList

java.lang.Object
  |
  +--fipaos.skill.constraint.ccl.variable.CSPValueList

public class CSPValueList
extends java.lang.Object


This class describes the object CSP-value-list as described in the document
"CCL Language Specification v2.01" section 4.2.2.3, p13.

This object represents a list of options. Each option is a tuple and each of the
values in the list must have the same number of elements in the tuple
(the number of elements must in turn be equal to the value of the Npart slot).


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

Constructor Detail

CSPValueList

public CSPValueList()