jopt.csp.variable
Interface CspNumVariable

All Superinterfaces:
CspNumExpr, CspVariable
All Known Subinterfaces:
CspDoubleVariable, CspFloatVariable, CspIntVariable, CspLongVariable

public interface CspNumVariable
extends CspVariable, CspNumExpr

This interface should be implemented by all numeric variables that allow their domain properties to be accessed and/or modified.

Author:
Chris Johnson

Methods inherited from interface jopt.csp.variable.CspVariable
getName, getSize, isBound
 
Methods inherited from interface jopt.csp.variable.CspNumExpr
between, between, between, between, eq, geq, getName, gt, isBound, leq, lt, neq, notBetween, notBetween, notBetween, notBetween, setName