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