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
- All Implemented Interfaces:
AnyTerm
,AssignedValue<Boolean>
,Term<Boolean>
- Direct Known Subclasses:
BoolAndTerm
,BoolOrTerm
,BoolXorTerm
-
Constructor Summary
-
Method Summary
Methods inherited from class tools.refinery.logic.term.BinaryTerm
doEvaluate, doSubstitute, equalsWithSubstitution, evaluate, getInputVariables, getLeft, getLeftType, getRight, getRightType, hashCodeWithSubstitution, substitute
Methods inherited from class tools.refinery.logic.term.AbstractTerm
equals, getType, hashCode
-
Constructor Details
-
BoolBinaryTerm
-