|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for CspGenericIntConstant objects
Method Summary | |
java.lang.Integer[] |
getIntegerConstants()
Returns all the Integer objects wrapped by this generic constant |
java.lang.Integer |
getIntegerForIndex()
Returns the number at the current index value as an Integer object |
java.lang.Integer |
getMax()
Returns the maximum value of all the constant values as an Integer object |
java.lang.Integer |
getMin()
Returns the minimal value of all the constant values as an Integer object |
Methods inherited from interface jopt.csp.variable.CspGenericNumConstant |
add, add, contains, createFragment, divide, divide, divideBy, divideBy, divideByCeil, divideByCeil, divideByFloor, divideByFloor, divideCeil, divideCeil, divideFloor, divideFloor, getNumber, getNumberForIndex, getNumberType, getNumConstants, getNumMax, getNumMin, multiply, multiply, subtract, subtract, subtractFrom, subtractFrom |
Methods inherited from interface jopt.csp.variable.CspGenericConstant |
containsIndex, getConstantCount, getIndices, setIndicesToNodeOffset, toString |
Method Detail |
public java.lang.Integer getIntegerForIndex()
public java.lang.Integer[] getIntegerConstants()
public java.lang.Integer getMin()
public java.lang.Integer getMax()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |