Uses of Class
fipaos.skill.constraint.ccl.variable.CSPValue

Packages that use CSPValue
fipaos.skill.constraint.ccl.variable 

Uses of CSPValue in fipaos.skill.constraint.ccl.variable
 

Methods in fipaos.skill.constraint.ccl.variable that return CSPValue
CSPValueCSPValue.copy()
          
Returns a copy of this CSPValue object.
CSPValueCSPVariableAssignment.getCSPValue()
          Returns the CSPValue this object contains
 

Methods in fipaos.skill.constraint.ccl.variable with parameters of type CSPValue
voidCSPVariable.addValue(CSPValue value)
          Adds another the value to the list of values this object can take.
voidCSPVariableAssignment.addCSPValue(CSPValue value)
          
This is the value that is to be assigned.