Package

Alerting.controllers.calcul.rseau

domain

Permalink

package domain

Visibility
  1. Public
  2. All

Type Members

  1. case class PluvioMeasureJ(date: DateTime, hour: DateTime, dayJ: Int, rain: Option[Double], effectiveRain: Option[Double], etp: Option[Double], value1: Option[Double], value2: Option[Double], value3: Option[Double], continuity: Option[Int], obtainningMode: Option[String], precision: Option[Double], validity: Option[String]) extends Product with Serializable

    Permalink
  2. case class RSEauDaily(date: DateTime, landId: Int, sparedWaterAmount: Option[Double], parsimonyScore: Option[Double], EEE: Option[Double], waterStressScore: Option[Int], waterStressDay: Option[DateTime], previousEEE: Option[Double], nextEEE: Option[Double], PSE: Option[Double], previousPSE: Option[Double], nextPSE: Option[Double], strategies: Seq[RSEauStrategy], ecoNote: Option[String] = None) extends Product with Serializable

    Permalink
  3. case class RSEauDailySQL(date: DateTime, landId: Int, sparedWaterAmount: Option[Double], parsimonyScore: Option[Double], EEE: Option[Double], waterStressScore: Option[Int], waterStressDay: Option[DateTime], previousEEE: Option[Double], nextEEE: Option[Double], PSE: Option[Double], previousPSE: Option[Double], nextPSE: Option[Double]) extends Product with Serializable

    Permalink
  4. case class RSEauDashboard(date: DateTime, totalWaterVolume: Option[Double], sparedWaterAmount: Option[Double], parsimonyScore: Option[Double], EEE: Option[Double], PSE: Option[Double], previousEEE: Option[Double], previousPSE: Option[Double], nextEEE: Option[Double], nextPSE: Option[Double], EEEGaugeSteps: Seq[Double], ecoNote: Option[String], ressourceDisponibility: Option[Int], nextThreshold: Option[String], nbDaysThreshold: Option[Int], thresholdDirection: Option[String], merit: Option[String], meritComment: Option[String], restrictionDelay: Option[Int], restrictionDate: Option[DateTime], DD1: Option[DateTime], DD2: Option[DateTime], hasDD1: Option[Boolean], hasDD2: Option[Boolean], pluvioMeasures: Seq[PluvioMeasureJ], lands: Seq[RseauLandState]) extends Product with Serializable

    Permalink
  5. case class RSEauStrategy(landId: Int, name: Option[String], date: Option[DateTime] = None, dose: Option[Double] = None, gain: Option[Double] = None, gainNote: Option[String] = None) extends Product with Serializable

    Permalink
  6. case class RseauLandState(landId: Int, landName: Option[String], waterStressScore: Option[Int], waterStressDelay: Option[Int], strategies: Seq[RSEauStrategy], dose: Option[Double]) extends Product with Serializable

    Permalink

Value Members

  1. object PluvioMeasureJ extends Serializable

    Permalink
  2. object RSEauDaily extends Serializable

    Permalink
  3. object RSEauDailySQL extends Serializable

    Permalink
  4. object RSEauDashboard extends Serializable

    Permalink
  5. object RSEauStrategy extends Serializable

    Permalink
  6. object RseauLandState extends Serializable

    Permalink
  7. package optirrig

    Permalink

Ungrouped