public static class EntscheidungsBaumKnoten.FahbrBahnZustandVollDefiniert extends EntscheidungsBaumKnoten.FahbrBahnZustand
Modifier and Type | Field and Description |
---|---|
protected long[] |
werteMitte
Wertenmenge, bei denen man in die Mitte weitergeht.
|
werteLinks, werteRechts
Constructor and Description |
---|
FahbrBahnZustandVollDefiniert(long[] werteLinks,
long[] werteMitte,
long[] werteRechts)
Standardkonstruktor.
|
Modifier and Type | Method and Description |
---|---|
de.bsvrz.dua.progglaette.progglaette.EntscheidungsBaumKnoten.Richtung |
getRichtung(long fbzAktuell,
double fbtAktuell,
double tptAktuell,
double lftAktuell,
double fbtExtrapoliert,
double tptExtrapoliert)
Entscheidet in welcher Richtung man weitergehen soll.
|
protected long[] werteMitte
public FahbrBahnZustandVollDefiniert(long[] werteLinks, long[] werteMitte, long[] werteRechts)
werteLinks
- Wertenmenge, bei denen man nach links gehtwerteMitte
- Wertenmenge, bei denen man in die Mitte gehtwerteRechts
- Wertenmenge, bei denen man nach rechts gehtpublic de.bsvrz.dua.progglaette.progglaette.EntscheidungsBaumKnoten.Richtung getRichtung(long fbzAktuell, double fbtAktuell, double tptAktuell, double lftAktuell, double fbtExtrapoliert, double tptExtrapoliert)
EntscheidungsBaumKnoten.EntscheidungsMethode
getRichtung
in interface EntscheidungsBaumKnoten.EntscheidungsMethode
getRichtung
in class EntscheidungsBaumKnoten.FahbrBahnZustand
fbzAktuell
- Fahrbahnzustand aktuellfbtAktuell
- FahrbahnTemperatur aktuelltptAktuell
- Taupunkttemperatur aktuelllftAktuell
- Lufttemperatur aktuellfbtExtrapoliert
- Fahrbahntemperatur extrapoliert im PrognosehorizonttptExtrapoliert
- Taupunkttemperatur extrapoliert im PrognosehorizontCopyright © 2016 BitCtrl Systems GmbH. All rights reserved.