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