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 IntIntervaldoEvaluate(RealInterval bodyValue) Methods inherited from class UnaryTerm
equalsWithSubstitution, evaluate, getBody, getBodyType, getInputVariables, getPrivateVariables, getVariables, hashCodeWithSubstitution, reduce, rewriteSubTerms, substitute, withBodyMethods inherited from class AbstractTerm
equals, getType, hashCode
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classUnaryTerm<IntInterval, RealInterval>
-
constructWithBody
- Specified by:
constructWithBodyin classUnaryTerm<IntInterval, RealInterval>
-