Package tools.refinery.logic.term.int_
Class IntBinaryTerm
java.lang.Object
tools.refinery.logic.term.AbstractTerm<Integer>
tools.refinery.logic.term.BinaryTerm<Integer,Integer,Integer>
tools.refinery.logic.term.int_.IntBinaryTerm
- Direct Known Subclasses:
IntAddTerm
,IntDivTerm
,IntMaxTerm
,IntMinTerm
,IntMulTerm
,IntPowTerm
,IntSubTerm
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.refinery.logic.term.BinaryTerm
constructWithSubTerms, doEvaluate, equalsWithSubstitution, evaluate, getInputVariables, getLeft, getLeftType, getPrivateVariables, getRight, getRightType, getVariables, hashCodeWithSubstitution, reduce, rewriteSubTerms, substitute, withSubTerms
Methods inherited from class tools.refinery.logic.term.AbstractTerm
equals, getType, hashCode
-
Constructor Details
-
IntBinaryTerm
-