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