Class AbstractDomainLessTerm<A extends ComparableAbstractValue<A,C>,C extends Comparable<C>>
java.lang.Object
tools.refinery.logic.term.AbstractTerm<TruthValue>
tools.refinery.logic.term.BinaryTerm<TruthValue,A,A>
tools.refinery.logic.term.abstractdomain.AbstractDomainBinaryTerm<TruthValue,A,C>
tools.refinery.logic.term.abstractdomain.AbstractDomainLessTerm<A,C>
- All Implemented Interfaces:
AnyTerm
,Term<TruthValue>
public class AbstractDomainLessTerm<A extends ComparableAbstractValue<A,C>,C extends Comparable<C>>
extends AbstractDomainBinaryTerm<TruthValue,A,C>
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractDomainLessTerm
(ComparableAbstractDomain<A, C> abstractDomain, Term<A> left, Term<A> right) -
Method Summary
Modifier and TypeMethodDescriptionprotected Term
<TruthValue> constructWithSubTerms
(Term<A> newLeft, Term<A> newRight) protected TruthValue
doEvaluate
(A leftValue, A rightValue) toString()
Methods inherited from class tools.refinery.logic.term.abstractdomain.AbstractDomainBinaryTerm
equalsWithSubstitution, getAbstractDomain, hashCodeWithSubstitution
Methods inherited from class tools.refinery.logic.term.BinaryTerm
evaluate, getInputVariables, getLeft, getLeftType, getPrivateVariables, getRight, getRightType, getVariables, reduce, rewriteSubTerms, substitute, withSubTerms
Methods inherited from class tools.refinery.logic.term.AbstractTerm
equals, getType, hashCode
-
Constructor Details
-
AbstractDomainLessTerm
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluate
in classBinaryTerm<TruthValue,
A extends ComparableAbstractValue<A, C>, A extends ComparableAbstractValue<A, C>>
-
constructWithSubTerms
- Specified by:
constructWithSubTerms
in classBinaryTerm<TruthValue,
A extends ComparableAbstractValue<A, C>, A extends ComparableAbstractValue<A, C>>
-
toString
-