fipaos.skill.constraint.ccl.variable
Class CSPVariableName

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

public class CSPVariableName
extends java.lang.Object


This class describes the object CSP-variable-name as described in the document
"CCL Language Specification v2.01" section 4.2.2.6, p14.

A CSP-variable-name is a terminal and represents the name of a variable in a CSP.


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

Constructor Detail

CSPVariableName

public CSPVariableName()