fipaos.skill.constraint.ccl.object
Class CSPIdentifier

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

public class CSPIdentifier
extends java.lang.Object


This class represents the CSP object related item "CSP-identifier" as described in
"CCL language Specification v2.01" section 4.2.1.1, p11.

A CSP is a terminal and represents the name of a CSP and is a symbol.
The identifier should be unique.


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

Constructor Detail

CSPIdentifier

public CSPIdentifier()