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 TruthValuedoEvaluate(StringValue bodyValue) Methods inherited from class UnaryTerm
equalsWithSubstitution, evaluate, getBody, getBodyType, getInputVariables, getPrivateVariables, getVariables, hashCodeWithSubstitution, reduce, rewriteSubTerms, substitute, withBodyMethods inherited from class AbstractTerm
equals, getType, hashCode
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classUnaryTerm<TruthValue, StringValue>
-
constructWithBody
- Specified by:
constructWithBodyin classUnaryTerm<TruthValue, StringValue>
-