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

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

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

Methods in fipaos.skill.constraint.ccl.variable that return CSPRange
CSPRangeCSPRange.copy()
          Returns a copy of this CSPRange object.
CSPRangeCSPVariable.getRange()
          
Retrieves the CSPRange value held in this variable.
 

Methods in fipaos.skill.constraint.ccl.variable with parameters of type CSPRange
voidCSPVariable.setRange(CSPRange range)
          
Sets a CSPRange object for the CSPVariable.