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) class
CircuitVarValue
Defines a current value of the CircuitVar and related operations on it.(package private) class
Diff2VarValue
Defines a current value of the Diff2Var and related operations on it.(package private) class
DisjointCondVarValue
Defines a current value of the Diff2Var and related operations on it.Methods in org.jacop.constraints that return MutableVarValue Modifier and Type Method Description MutableVarValue
CircuitVar. previous()
MutableVarValue
CircuitVarValue. previous()
MutableVarValue
Diff2Var. previous()
MutableVarValue
Diff2VarValue. previous()
MutableVarValue
DisjointCondVar. previous()
MutableVarValue
DisjointCondVarValue. previous()
MutableVarValue
CircuitVar. value()
MutableVarValue
Diff2Var. value()
MutableVarValue
DisjointCondVar. value()
Methods in org.jacop.constraints with parameters of type MutableVarValue Modifier and Type Method Description void
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 MutableVarValue Modifier and Type Class Description class
MutableDomainValue
Methods in org.jacop.core that return MutableVarValue Modifier and Type Method Description MutableVarValue
MutableDomain. previous()
MutableVarValue
MutableDomainValue. previous()
MutableVarValue
MutableVar. previous()
It returns the earlier value of variable comparing to the current one.MutableVarValue
MutableVarValue. previous()
It returns the earlier value of mutable variable.MutableVarValue
MutableDomain. value()
MutableVarValue
MutableVar. value()
It returns current value of MutableVariable.Methods in org.jacop.core with parameters of type MutableVarValue Modifier and Type Method Description void
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 MutableVarValue Modifier and Type Class Description (package private) class
BoundsVarValue
Defines a current bounds for the Linear constraint.Methods in org.jacop.floats.constraints.linear that return MutableVarValue Modifier and Type Method Description MutableVarValue
BoundsVar. previous()
MutableVarValue
BoundsVarValue. previous()
MutableVarValue
BoundsVar. value()
Methods in org.jacop.floats.constraints.linear with parameters of type MutableVarValue Modifier and Type Method Description void
BoundsVar. setCurrent(MutableVarValue o)
void
BoundsVarValue. setPrevious(MutableVarValue n)
void
BoundsVar. update(MutableVarValue val)
-