Class

be.cetic.rtsgen.timeseries.binary

LesserThanTimeSeries

Related Doc: package binary

Permalink

class LesserThanTimeSeries extends InequalityTimeSeries

A time series comparing the values of two time series A and B, and generating true values if the values of A is lesser than the values of B, and false otherwise.

If one of the the considered values is undefined, then the generated value is undefined.

Linear Supertypes
InequalityTimeSeries, Serializable, Serializable, Product, Equals, TimeSeries[Boolean], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LesserThanTimeSeries
  2. InequalityTimeSeries
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. TimeSeries
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LesserThanTimeSeries(a: TimeSeries[Double], b: TimeSeries[Double], strict: Boolean = false)

    Permalink

    a

    The first time series.

    b

    The second time series.

    strict

    a parameter specifying if the inequality is strict (true) or not (false).

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. val a: TimeSeries[Double]

    Permalink

    A time series.

    A time series.

    Definition Classes
    InequalityTimeSeries
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val b: TimeSeries[Double]

    Permalink

    An other time series.

    An other time series.

    Definition Classes
    InequalityTimeSeries
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val comparator: (Double, Double) ⇒ Boolean

    Permalink

    The comparator used to determine which value must be generated.

    The comparator used to determine which value must be generated.

    Definition Classes
    InequalityTimeSeries
  9. def compute(times: Stream[LocalDateTime]): Stream[(LocalDateTime, Option[Boolean])]

    Permalink

    times

    a series of time for which values must be computed. Each time must be greater than or equal to the previous one.

    returns

    the values associated to the specified times, if specified.

    Definition Classes
    InequalityTimeSeriesTimeSeries
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. final def wait(): Unit

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

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

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

Inherited from InequalityTimeSeries

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TimeSeries[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped