Class GreaterEqTerm<T extends Comparable<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.GreaterEqTerm<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ComparisonTerm
getArgumentTypeMethods inherited from class BinaryTerm
equalsWithSubstitution, evaluate, getInputVariables, getLeft, getLeftType, getPrivateVariables, getRight, getRightType, getVariables, hashCodeWithSubstitution, reduce, rewriteSubTerms, substitute, withSubTermsMethods inherited from class AbstractTerm
equals, getType, hashCode
-
Constructor Details
-
GreaterEqTerm
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classBinaryTerm<Boolean, T extends Comparable<T>, T extends Comparable<T>>
-
constructWithSubTerms
- Specified by:
constructWithSubTermsin classBinaryTerm<Boolean, T extends Comparable<T>, T extends Comparable<T>>
-
toString
-