Class/Object

edu.drexel.cs.dbgroup.portal

Resolution

Related Docs: object Resolution | package portal

Permalink

class Resolution extends WindowSpecification

Resolution of a time period, in semantic units, i.e. days, months, weeks, years

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

Instance Constructors

  1. new Resolution(per: Period)

    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. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def get(u: TemporalUnit): Long

    Permalink
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getInterval(start: LocalDate, index: Int): Interval

    Permalink

    Get interval that is i-th index from start

  12. def getInterval(date: LocalDate): Interval

    Permalink

    Create an interval based on this resolution around a specific date as anchor.

    Create an interval based on this resolution around a specific date as anchor. For example, if resolution if 1 month, then any date within a month returns a [mo/01/yr, nextmo/01/yr] interval. Resolutions are semantic

  13. def getNumParts(other: Resolution, anchor: LocalDate): Int

    Permalink

    Compute the number of intervals that fit within this new resolution.

    Compute the number of intervals that fit within this new resolution. I.e., if going from intervals in days to months, dates in april will return 30

  14. def greater(other: Resolution): Boolean

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def isCompatible(target: Resolution): Boolean

    Permalink

    Test to see if it is valid to go from this resolution to a new target resolution

  17. def isEqual(other: Resolution): Boolean

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def isValid(): Boolean

    Permalink
  20. def minus(input: LocalDate): LocalDate

    Permalink

    Compute the start date of the interval that precedes the input date.

    Compute the start date of the interval that precedes the input date. I.e., Interval(output, input) in this resolution

  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def numBetween(start: LocalDate, end: LocalDate): Int

    Permalink

    Compute how many intervals fit between two dates with this resolution

  25. val period: Period

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

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

    Permalink
    Definition Classes
    Resolution → AnyRef → Any
  28. lazy val unit: ChronoUnit

    Permalink
  29. final def wait(): Unit

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

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

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

Inherited from WindowSpecification

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped