Package

Alerting.controllers.calcul.mapSituation.piezo

thresholdIndicator

Permalink

package thresholdIndicator

Visibility
  1. Public
  2. All

Type Members

  1. case class ThresholdIndicatorParams(validOnly: Boolean, nbYearsHistoRequired: Option[Int] = Some(1), nbDaysWithoutMeasuresMax: Option[Int] = Some(30), fluctuationPercentage: Option[Double] = Some(0.10), nbDaysForTrendCalculation: Option[Int] = Some(7), allStations: Option[Boolean] = Some(true), stationIds: Option[Seq[Int]] = None) extends Product with Serializable

    Permalink
  2. class ThresholdIndicatorPiezoController extends AnyRef

    Permalink
  3. case class ThresholdIndicatorResult(stationId: Int, date: DateTime, SPI: Option[Double] = None, SPIClass: Option[String] = None, SPITrend: Option[Int] = None, error: Option[String] = None, thresholdName: Option[String] = None, thresholdValue: Option[Double] = None, creationDate: Option[DateTime] = None, linkedStationsSPI: Option[Seq[ThresholdIndicatorResult]] = None, comment: Option[String] = None) extends Product with Serializable

    Permalink

Value Members

  1. object ThresholdIndicatorParams extends Serializable

    Permalink
  2. object ThresholdIndicatorResult extends Serializable

    Permalink

Ungrouped