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