Packages

c

ap.theories.nia

Interval

case class Interval(lower: IntervalInt, upper: IntervalInt, gap: Option[(IdealInt, IdealInt)] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Interval
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Interval(lower: IntervalInt, upper: IntervalInt, gap: Option[(IdealInt, IdealInt)] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def &(that: Interval): Interval
  4. def *(that: IdealInt): Interval
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. lazy val allNonNegative: Boolean

    Check whether all values in this interval are non-negative.

  7. lazy val allNonPositive: Boolean

    Check whether all values in this interval are non-positive.

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def cardAtMost(n: IdealInt): Boolean

    Determine whether the interval contains at most n different values.

    Determine whether the interval contains at most n different values.

    TODO: take gap into account?

  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. def containsInt(i: IdealInt): Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val gap: Option[(IdealInt, IdealInt)]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. lazy val greatestNegElement: Option[IdealInt]

    Compute the greatest negative element in this interval.

  16. lazy val isEmpty: Boolean
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. lazy val leastPosElement: Option[IdealInt]

    Compute the least positive element in this interval.

  19. val lower: IntervalInt
  20. def maxdiv(that: Interval): IntervalInt
  21. def mindiv(that: Interval): IntervalInt
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    Interval → AnyRef → Any
  28. val upper: IntervalInt
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped