Class TruthValueMayTerm
java.lang.Object
tools.refinery.logic.term.AbstractTerm<Boolean>
tools.refinery.logic.term.UnaryTerm<Boolean,TruthValue>
tools.refinery.logic.term.truthvalue.TruthValueMayTerm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstructWithBody(Term<TruthValue> newBody) protected BooleandoEvaluate(TruthValue bodyValue) toString()Methods inherited from class tools.refinery.logic.term.UnaryTerm
equalsWithSubstitution, evaluate, getBody, getBodyType, getInputVariables, getPrivateVariables, getVariables, hashCodeWithSubstitution, reduce, rewriteSubTerms, substitute, withBodyMethods inherited from class tools.refinery.logic.term.AbstractTerm
equals, getType, hashCode
-
Constructor Details
-
TruthValueMayTerm
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classUnaryTerm<Boolean,TruthValue>
-
constructWithBody
- Specified by:
constructWithBodyin classUnaryTerm<Boolean,TruthValue>
-
toString
-