Class EqTerm<T>
java.lang.Object
tools.refinery.logic.term.AbstractTerm<Boolean>
tools.refinery.logic.term.BinaryTerm<Boolean,T,T>
tools.refinery.logic.term.comparable.ComparisonTerm<T>
tools.refinery.logic.term.comparable.EqTerm<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.refinery.logic.term.comparable.ComparisonTerm
getArgumentType
Methods inherited from class tools.refinery.logic.term.BinaryTerm
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
-
EqTerm
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluate
in classBinaryTerm<Boolean,
T, T>
-
constructWithSubTerms
- Specified by:
constructWithSubTerms
in classBinaryTerm<Boolean,
T, T>
-
toString
-