Class/Object

edu.drexel.cs.dbgroup.portal

Interval

Related Docs: object Interval | package portal

Permalink

class Interval extends Serializable

Time period with a closed-open model, i.e. [start, end) A time period where start=end is null/empty.

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

Instance Constructors

  1. new Interval(st: LocalDate, en: LocalDate)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compare(other: Interval): Int

    Permalink
  7. def contains(num: LocalDate): Boolean

    Permalink
  8. def contains(other: Interval): Boolean

    Permalink
  9. def difference(other: Interval): List[Interval]

    Permalink
  10. def differenceList(intervals: List[Interval]): List[Interval]

    Permalink

    gets the difference between an interval and another list of intervals.

  11. val end: LocalDate

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Interval → AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getEndSeconds: Long

    Permalink
  17. def getStartSeconds: Long

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    Interval → AnyRef → Any
  19. def intersection(other: Interval): Option[Interval]

    Permalink
  20. def intersects(other: Interval): Boolean

    Permalink
  21. def isEmpty(): Boolean

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def ratio(other: Interval): Double

    Permalink
  27. def split(period: Resolution, mark: LocalDate): Seq[(Interval, Interval)]

    Permalink
  28. val start: LocalDate

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    Interval → AnyRef → Any
  31. def touches(other: Interval): Boolean

    Permalink
  32. def union(other: Interval): Interval

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped