Package tools.refinery.logic.term.bool
Class BoolOrTerm
java.lang.Object
tools.refinery.logic.term.AbstractTerm<Boolean>
tools.refinery.logic.term.BinaryTerm<Boolean,Boolean,Boolean>
tools.refinery.logic.term.bool.BoolBinaryTerm
tools.refinery.logic.term.bool.BoolOrTerm
-
Constructor Summary
Constructors -
Method Summary
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
-
BoolOrTerm
-
-
Method Details
-
constructWithSubTerms
- Specified by:
constructWithSubTerms
in classBinaryTerm<Boolean,
Boolean, Boolean>
-
doEvaluate
- Specified by:
doEvaluate
in classBinaryTerm<Boolean,
Boolean, Boolean>
-
toString
-