Uses of Interface
org.jacop.core.MutableVarValue
Packages that use MutableVarValue
-
Uses of MutableVarValue in org.jacop.constraints
Classes in org.jacop.constraints that implement MutableVarValueModifier and TypeClassDescription(package private) classDefines a current value of the CircuitVar and related operations on it.(package private) classDefines a current value of the Diff2Var and related operations on it.(package private) classDefines a current value of the Diff2Var and related operations on it.Methods in org.jacop.constraints that return MutableVarValueModifier and TypeMethodDescriptionCircuitVar.previous()CircuitVarValue.previous()Diff2Var.previous()Diff2VarValue.previous()DisjointCondVar.previous()DisjointCondVarValue.previous()CircuitVar.value()Diff2Var.value()DisjointCondVar.value()Methods in org.jacop.constraints with parameters of type MutableVarValueModifier and TypeMethodDescriptionvoidCircuitVar.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 MutableVarValueMethods in org.jacop.core that return MutableVarValueModifier and TypeMethodDescriptionMutableDomain.previous()MutableDomainValue.previous()MutableVar.previous()It returns the earlier value of variable comparing to the current one.MutableVarValue.previous()It returns the earlier value of mutable variable.MutableDomain.value()MutableVar.value()It returns current value of MutableVariable.Methods in org.jacop.core with parameters of type MutableVarValueModifier and TypeMethodDescriptionvoidMutableDomain.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 MutableVarValueModifier and TypeClassDescription(package private) classDefines a current bounds for the Linear constraint.Methods in org.jacop.floats.constraints.linear that return MutableVarValueModifier and TypeMethodDescriptionBoundsVar.previous()BoundsVarValue.previous()BoundsVar.value()Methods in org.jacop.floats.constraints.linear with parameters of type MutableVarValueModifier and TypeMethodDescriptionvoidBoundsVar.setCurrent(MutableVarValue o) voidBoundsVarValue.setPrevious(MutableVarValue n) voidBoundsVar.update(MutableVarValue val)