Uses of Interface
org.jacop.core.MutableVarValue
-
Packages that use MutableVarValue Package Description org.jacop.constraints org.jacop.core org.jacop.floats.constraints.linear -
-
Uses of MutableVarValue in org.jacop.constraints
Classes in org.jacop.constraints that implement MutableVarValue Modifier and Type Class Description (package private) classCircuitVarValueDefines a current value of the CircuitVar and related operations on it.(package private) classDiff2VarValueDefines a current value of the Diff2Var and related operations on it.(package private) classDisjointCondVarValueDefines a current value of the Diff2Var and related operations on it.Methods in org.jacop.constraints that return MutableVarValue Modifier and Type Method Description MutableVarValueCircuitVar. previous()MutableVarValueCircuitVarValue. previous()MutableVarValueDiff2Var. previous()MutableVarValueDiff2VarValue. previous()MutableVarValueDisjointCondVar. previous()MutableVarValueDisjointCondVarValue. previous()MutableVarValueCircuitVar. value()MutableVarValueDiff2Var. value()MutableVarValueDisjointCondVar. value()Methods in org.jacop.constraints with parameters of type MutableVarValue Modifier and Type Method Description voidCircuitVar. setCurrent(MutableVarValue o)voidDiff2Var. setCurrent(MutableVarValue o)voidDisjointCondVar. setCurrent(MutableVarValue o)voidCircuitVarValue. setPrevious(MutableVarValue nn)voidDiff2VarValue. setPrevious(MutableVarValue n)voidDisjointCondVarValue. setPrevious(MutableVarValue n)voidCircuitVar. update(MutableVarValue val)voidDiff2Var. update(MutableVarValue val)voidDisjointCondVar. update(MutableVarValue val) -
Uses of MutableVarValue in org.jacop.core
Classes in org.jacop.core that implement MutableVarValue Modifier and Type Class Description classMutableDomainValueMethods in org.jacop.core that return MutableVarValue Modifier and Type Method Description MutableVarValueMutableDomain. previous()MutableVarValueMutableDomainValue. previous()MutableVarValueMutableVar. previous()It returns the earlier value of variable comparing to the current one.MutableVarValueMutableVarValue. previous()It returns the earlier value of mutable variable.MutableVarValueMutableDomain. value()MutableVarValueMutableVar. value()It returns current value of MutableVariable.Methods in org.jacop.core with parameters of type MutableVarValue Modifier and Type Method Description voidMutableDomain. setCurrent(MutableVarValue o)voidMutableVar. setCurrent(MutableVarValue o)It replace the current representation of the value with a new representation.voidMutableDomainValue. setPrevious(MutableVarValue nn)voidMutableVarValue. setPrevious(MutableVarValue o)It replaces the earlier value of a mutable variable with value passed as parameter.voidMutableDomain. update(MutableVarValue val)voidMutableVar. update(MutableVarValue value)It updates the value of a mutable variable based on value given as a parameter, the stamp level of current value and stamp value of passed value. -
Uses of MutableVarValue in org.jacop.floats.constraints.linear
Classes in org.jacop.floats.constraints.linear that implement MutableVarValue Modifier and Type Class Description (package private) classBoundsVarValueDefines a current bounds for the Linear constraint.Methods in org.jacop.floats.constraints.linear that return MutableVarValue Modifier and Type Method Description MutableVarValueBoundsVar. previous()MutableVarValueBoundsVarValue. previous()MutableVarValueBoundsVar. value()Methods in org.jacop.floats.constraints.linear with parameters of type MutableVarValue Modifier and Type Method Description voidBoundsVar. setCurrent(MutableVarValue o)voidBoundsVarValue. setPrevious(MutableVarValue n)voidBoundsVar. update(MutableVarValue val)
-