Class AbstractDomainUpperBoundTerm<A extends ComparableAbstractValue<A,C>,C extends Comparable<C>>
java.lang.Object
tools.refinery.logic.term.AbstractTerm<A>
tools.refinery.logic.term.UnaryTerm<A,A>
tools.refinery.logic.term.abstractdomain.AbstractDomainUnaryTerm<A,A,C>
tools.refinery.logic.term.abstractdomain.AbstractDomainUpperBoundTerm<A,C>
public class AbstractDomainUpperBoundTerm<A extends ComparableAbstractValue<A,C>,C extends Comparable<C>>
extends AbstractDomainUnaryTerm<A,A,C>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractDomainUpperBoundTerm
(ComparableAbstractDomain<A, C> abstractDomain, Term<A> body) -
Method Summary
Modifier and TypeMethodDescriptionconstructWithBody
(Term<A> newBody) protected A
doEvaluate
(A bodyValue) toString()
Methods inherited from class tools.refinery.logic.term.abstractdomain.AbstractDomainUnaryTerm
equalsWithSubstitution, getAbstractDomain, hashCodeWithSubstitution
Methods inherited from class tools.refinery.logic.term.UnaryTerm
evaluate, getBody, getBodyType, getInputVariables, getPrivateVariables, getVariables, reduce, rewriteSubTerms, substitute, withBody
Methods inherited from class tools.refinery.logic.term.AbstractTerm
equals, getType, hashCode
-
Constructor Details
-
AbstractDomainUpperBoundTerm
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluate
in classUnaryTerm<A extends ComparableAbstractValue<A,
C>, A extends ComparableAbstractValue<A, C>>
-
constructWithBody
- Specified by:
constructWithBody
in classUnaryTerm<A extends ComparableAbstractValue<A,
C>, A extends ComparableAbstractValue<A, C>>
-
toString
-