Package com.artelys.kalis
Class KNonLinearTerm.CompareOperator
- java.lang.Object
-
- com.artelys.kalis.KNonLinearTerm.CompareOperator
-
- Enclosing class:
- KNonLinearTerm
public static final class KNonLinearTerm.CompareOperator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CompareOperator()
-
-
-
Field Detail
-
GEQ
public static final int GEQ
- See Also:
- Constant Field Values
-
GT
public static final int GT
- See Also:
- Constant Field Values
-
LEQ
public static final int LEQ
- See Also:
- Constant Field Values
-
LT
public static final int LT
- See Also:
- Constant Field Values
-
EQ
public static final int EQ
- See Also:
- Constant Field Values
-
-