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