Class AsTruthValueTerm
java.lang.Object
tools.refinery.logic.term.AbstractTerm<TruthValue>
tools.refinery.logic.term.UnaryTerm<TruthValue,Boolean>
tools.refinery.logic.term.truthvalue.AsTruthValueTerm
- All Implemented Interfaces:
AnyTerm
,Term<TruthValue>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Term
<TruthValue> constructWithBody
(Term<Boolean> newBody) protected TruthValue
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
-
AsTruthValueTerm
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluate
in classUnaryTerm<TruthValue,
Boolean>
-
constructWithBody
- Specified by:
constructWithBody
in classUnaryTerm<TruthValue,
Boolean>
-
toString
-