Package tools.refinery.logic.term.bool
Class BoolBinaryTerm
java.lang.Object
tools.refinery.logic.term.AbstractTerm<Boolean>
tools.refinery.logic.term.BinaryTerm<Boolean,Boolean,Boolean>
tools.refinery.logic.term.bool.BoolBinaryTerm
- Direct Known Subclasses:
BoolAndTerm
,BoolOrTerm
,BoolXorTerm
-
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
-
BoolBinaryTerm
-