Class AsRealIntervalTerm
java.lang.Object
tools.refinery.logic.term.AbstractTerm<RealInterval>
tools.refinery.logic.term.UnaryTerm<RealInterval,IntInterval>
tools.refinery.logic.term.realinterval.AsRealIntervalTerm
- All Implemented Interfaces:
AnyTerm
,Term<RealInterval>
-
Method Summary
Modifier and TypeMethodDescriptionprotected Term
<RealInterval> constructWithBody
(Term<IntInterval> newBody) protected RealInterval
doEvaluate
(IntInterval bodyValue) 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
-
Method Details
-
doEvaluate
- Specified by:
doEvaluate
in classUnaryTerm<RealInterval,
IntInterval>
-
constructWithBody
- Specified by:
constructWithBody
in classUnaryTerm<RealInterval,
IntInterval>
-