Package tools.refinery.logic.term.bool
Class BoolNotTerm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstructWithBody
(Term<Boolean> newBody) protected Boolean
doEvaluate
(Boolean bodyValue) toString()
Methods inherited from class tools.refinery.logic.term.UnaryTerm
equalsWithSubstitution, evaluate, getBody, getBodyType, getInputVariables, getPrivateVariables, getVariables, hashCodeWithSubstitution, reduce, rewriteSubTerms, substitute, withBody
Methods inherited from class tools.refinery.logic.term.AbstractTerm
equals, getType, hashCode
-
Constructor Details
-
BoolNotTerm
-
-
Method Details
-
constructWithBody
- Specified by:
constructWithBody
in classUnaryTerm<Boolean,
Boolean>
-
doEvaluate
- Specified by:
doEvaluate
in classUnaryTerm<Boolean,
Boolean>
-
toString
-