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