public class EntscheidungsBaum
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static interface |
EntscheidungsBaum.Operator |
Logische Operatoren die waehrend der Entscheidung benutzt werden.
|
static class |
EntscheidungsBaum.OperatorGroesser |
Operator ">".
|
static class |
EntscheidungsBaum.OperatorGroesserGleich |
Operator ">=".
|
static class |
EntscheidungsBaum.OperatorKleiner |
Operator "<".
|
static class |
EntscheidungsBaum.OperatorKleinerGleich |
Operator "<=".
|
Modifier and Type | Field | Description |
---|---|---|
static int |
EB_DATEN_NICHT_VOLLSTAENDIG_ENTSCHEIDUNG_NICHT_MOEGLICH |
Konstanden nach dem DatK.
|
static int |
EB_EIS_SCHNEE_AUF_DER_FAHRBAHN |
Konstanden nach dem DatK.
|
static int |
EB_EISGLAETTE_MOEGLICH |
Konstanden nach dem DatK.
|
static int |
EB_EISGLAETTE_MOEGLICH_SOFORT |
Konstanden nach dem DatK.
|
static int |
EB_GLAETTE_VORHANDEN |
Konstanden nach dem DatK.
|
static int |
EB_GLAETTEGEFAHR_BEI_WETTERAENDERUNG |
Konstanden nach dem DatK.
|
static int |
EB_KEINE_GLAETTEGEHFAHR |
Konstanden nach dem DatK.
|
static int |
EB_NICHT_ERMITTELBAR |
Konstanden nach dem DatK.
|
static int |
EB_SCHNEEGLAETTE_GLATTEIS_BEI_NIEDERSCHLAG |
Konstanden nach dem DatK.
|
static int |
EB_SCHNEEGLAETTE_GLATTEIS_BEI_NIEDERSCHLAG_SOFORT |
Konstanden nach dem DatK.
|
static int |
EB_SCHNEEGLAETTE_GLATTEIS_BEI_NIEDERSCHLAG_SOFORT_SOWIE_REIFGLAETTE |
Konstanden nach dem DatK.
|
static int |
EB_SCHNEEGLAETTE_GLATTEIS_BEI_NIEDERSCHLAG_SOWIE_REIFGLAETTE |
Konstanden nach dem DatK.
|
static int |
EB_SCHNEEGLAETTE_GLATTEIS_BEI_NIEDERSCHLAG_SOWIE_REIFGLAETTE_SOFORT |
Konstanden nach dem DatK.
|
static int |
EB_TENDENZBERECHNUNG_NICHT_MOEGLICH |
Konstanden nach dem DatK.
|
static long |
FBZ_EIS |
Fahrbahnoberflaechenzustaende.
|
static long |
FBZ_FEUCHT |
Fahrbahnoberflaechenzustaende.
|
static long |
FBZ_GEFR_WASSER |
Fahrbahnoberflaechenzustaende.
|
static long |
FBZ_NASS |
Fahrbahnoberflaechenzustaende.
|
static long |
FBZ_RAUREIF |
Fahrbahnoberflaechenzustaende.
|
static long |
FBZ_SCHNEE |
Fahrbahnoberflaechenzustaende.
|
static long |
FBZ_TROCKEN |
Fahrbahnoberflaechenzustaende.
|
static long |
FBZ_UNDEFINIERT |
Fahrbahnoberflaechenzustaende.
|
static double |
MESSWERT_UNDEFIENIERT |
Zustand unbekanner Messwert der Temperatur.
|
Modifier | Constructor | Description |
---|---|---|
protected |
EntscheidungsBaum() |
Standardkonstruktor.
|
Modifier and Type | Method | Description |
---|---|---|
static int |
getPrognose(long fbzAktuell,
double fbtAktuell,
double tptAktuell,
double lftAktuell,
double fbtExtrapoliert,
double tptExtrapoliert) |
Berechnet die Glaetteprognose.
|
public static final int EB_DATEN_NICHT_VOLLSTAENDIG_ENTSCHEIDUNG_NICHT_MOEGLICH
public static final int EB_NICHT_ERMITTELBAR
public static final int EB_KEINE_GLAETTEGEHFAHR
public static final int EB_GLAETTEGEFAHR_BEI_WETTERAENDERUNG
public static final int EB_EISGLAETTE_MOEGLICH
public static final int EB_TENDENZBERECHNUNG_NICHT_MOEGLICH
public static final int EB_SCHNEEGLAETTE_GLATTEIS_BEI_NIEDERSCHLAG
public static final int EB_SCHNEEGLAETTE_GLATTEIS_BEI_NIEDERSCHLAG_SOWIE_REIFGLAETTE
public static final int EB_SCHNEEGLAETTE_GLATTEIS_BEI_NIEDERSCHLAG_SOFORT
public static final int EB_SCHNEEGLAETTE_GLATTEIS_BEI_NIEDERSCHLAG_SOWIE_REIFGLAETTE_SOFORT
public static final int EB_EISGLAETTE_MOEGLICH_SOFORT
public static final int EB_GLAETTE_VORHANDEN
public static final int EB_EIS_SCHNEE_AUF_DER_FAHRBAHN
public static final int EB_SCHNEEGLAETTE_GLATTEIS_BEI_NIEDERSCHLAG_SOFORT_SOWIE_REIFGLAETTE
public static final long FBZ_UNDEFINIERT
public static final long FBZ_TROCKEN
public static final long FBZ_FEUCHT
public static final long FBZ_NASS
public static final long FBZ_GEFR_WASSER
public static final long FBZ_SCHNEE
public static final long FBZ_EIS
public static final long FBZ_RAUREIF
public static final double MESSWERT_UNDEFIENIERT
public static int getPrognose(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 Prognosehorizont