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 RealIntervaldoEvaluate(StringValue 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 
- 
Constructor Details
- 
RealIntervalFromStringTerm
 
 - 
 - 
Method Details
- 
doEvaluate
- Specified by:
 doEvaluatein classUnaryTerm<RealInterval,StringValue> 
 - 
constructWithBody
- Specified by:
 constructWithBodyin classUnaryTerm<RealInterval,StringValue> 
 
 -