Package com.artelys.kalis
Class KNonLinearTerm.AlgebricOperator
- java.lang.Object
-
- com.artelys.kalis.KNonLinearTerm.AlgebricOperator
-
- Enclosing class:
- KNonLinearTerm
public static final class KNonLinearTerm.AlgebricOperator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AlgebricOperator()
-
-
-
Field Detail
-
OP_NONE
public static final int OP_NONE
- See Also:
- Constant Field Values
-
OP_PLUS
public static final int OP_PLUS
- See Also:
- Constant Field Values
-
OP_MINUS
public static final int OP_MINUS
- See Also:
- Constant Field Values
-
OP_MULT
public static final int OP_MULT
- See Also:
- Constant Field Values
-
OP_DIV
public static final int OP_DIV
- See Also:
- Constant Field Values
-
-