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) class
Defines a current value of the CircuitVar and related operations on it.(package private) class
Defines a current value of the Diff2Var and related operations on it.(package private) class
Defines 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 TypeMethodDescriptionvoid
CircuitVar.setCurrent
(MutableVarValue o) void
Diff2Var.setCurrent
(MutableVarValue o) void
DisjointCondVar.setCurrent
(MutableVarValue o) void
CircuitVarValue.setPrevious
(MutableVarValue nn) void
Diff2VarValue.setPrevious
(MutableVarValue n) void
DisjointCondVarValue.setPrevious
(MutableVarValue n) void
CircuitVar.update
(MutableVarValue val) void
Diff2Var.update
(MutableVarValue val) void
DisjointCondVar.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 TypeMethodDescriptionvoid
MutableDomain.setCurrent
(MutableVarValue o) void
MutableVar.setCurrent
(MutableVarValue o) It replace the current representation of the value with a new representation.void
MutableDomainValue.setPrevious
(MutableVarValue nn) void
MutableVarValue.setPrevious
(MutableVarValue o) It replaces the earlier value of a mutable variable with value passed as parameter.void
MutableDomain.update
(MutableVarValue val) void
MutableVar.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) class
Defines 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 TypeMethodDescriptionvoid
BoundsVar.setCurrent
(MutableVarValue o) void
BoundsVarValue.setPrevious
(MutableVarValue n) void
BoundsVar.update
(MutableVarValue val)