Interface ComparableAbstractValue<A extends ComparableAbstractValue<A,C> , C extends Comparable<C>>
- All Superinterfaces:
AbstractValue<A,C>, Comparable<A>
- All Known Implementing Classes:
IntInterval, RealInterval, TruthValue
public interface ComparableAbstractValue<A extends ComparableAbstractValue<A,C>, C extends Comparable<C>>
extends AbstractValue<A,C>
-
Method Summary
Methods inherited from interface AbstractValue
checkEquals, getArbitrary, getConcrete, isConcrete, isError, isOverlapping, isRefinementOf, join, meetMethods inherited from interface Comparable
compareTo