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