public abstract static class EntscheidungsBaumKnoten.EntscheidungTemperatur extends Object implements EntscheidungsBaumKnoten.EntscheidungsMethode
Modifier and Type | Field and Description |
---|---|
protected double |
wert
Der aktuelle Wert.
|
Constructor and Description |
---|
EntscheidungTemperatur(double grenzWert,
EntscheidungsBaum.Operator operator)
Standardkonstruktor.
|
Modifier and Type | Method and Description |
---|---|
protected de.bsvrz.dua.progglaette.progglaette.EntscheidungsBaumKnoten.Richtung |
auswerte(long fbzAktuell,
double fbtAktuell,
double tptAktuell,
double lftAktuell,
double fbtExtrapoliert,
double tptExtrapoliert)
Mit Anwendung des Operators entscheidet, in welcher Richtung man
weitergehen soll.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRichtung
public EntscheidungTemperatur(double grenzWert, EntscheidungsBaum.Operator operator)
grenzWert
- Grenzwertoperator
- Operator - wenn als true
ausgewertet, geht
nach links, sonst rechtsprotected final de.bsvrz.dua.progglaette.progglaette.EntscheidungsBaumKnoten.Richtung auswerte(long fbzAktuell, double fbtAktuell, double tptAktuell, double lftAktuell, double fbtExtrapoliert, double tptExtrapoliert)
fbzAktuell
- Fahrbahnzustand aktuellfbtAktuell
- FahrbahnTemperatur aktuelltptAktuell
- Taupunkttemperatur aktuelllftAktuell
- Lufttemperatur aktuellfbtExtrapoliert
- Fahrbahntemperatur extrapoliert im PrognosehorizonttptExtrapoliert
- Taupunkttemperatur extrapoliert im PrognosehorizontCopyright © 2016 BitCtrl Systems GmbH. All rights reserved.