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 IntIntervaldoEvaluate(StringValue 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
-
Constructor Details
-
IntIntervalFromStringTerm
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classUnaryTerm<IntInterval, StringValue>
-
constructWithBody
- Specified by:
constructWithBodyin classUnaryTerm<IntInterval, StringValue>
-