- All Superinterfaces:
Expression, Serializable
- All Known Implementing Classes:
Abs, And, CstMul, CstOffset, Element1D, Element1DVar, Element2D, Element2DVar, EndBefore, Eq, GreaterOrEq, InSet, LessOrEq, Max, Min, Mul, MulBinary, Not, NotEq, Or, Sum, UnaryMinus, WeightedSum
public interface NonLeafExpressionNode
extends Expression
-
Method Summary
Returns the ModelDispatcher linked to this Expression
default boolean
True if the variable is fixed
-
Method Details
-
isFixed
default boolean isFixed()
True if the variable is fixed
- Specified by:
isFixed in interface Expression
-
getModelProxy
Returns the ModelDispatcher linked to this Expression
- Specified by:
getModelProxy in interface Expression