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 RealIntervaldoEvaluate(IntInterval bodyValue) 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
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classUnaryTerm<RealInterval,IntInterval>
-
constructWithBody
- Specified by:
constructWithBodyin classUnaryTerm<RealInterval,IntInterval>
-