| Package | Description |
|---|---|
| de.bsvrz.ste.tmc.allgemein |
Allgemeine Klassen.
|
| de.bsvrz.ste.tmc.parameter | |
| de.bsvrz.ste.tmc.verkehrsanalyse |
| Modifier and Type | Method and Description |
|---|---|
static StoerfallZustand |
StoerfallZustand.get(int id)
Gibt den zur übergebenen Zustands-Id gehörende StörfallZustand zurück.
|
static StoerfallZustand |
StoerfallZustand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoerfallZustand[] |
StoerfallZustand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<StoerfallZustand,RDSEreignis> |
RDSParameterDaten._rdsAbbildungEreignis
Mapping der Störfall Zustände auf RDS/TMC Ereignisse.
|
| Modifier and Type | Method and Description |
|---|---|
Map<StoerfallZustand,RDSEreignis> |
RDSParameterDaten.getRDSAbbildungEreignis() |
| Modifier and Type | Method and Description |
|---|---|
int |
RDSParameterDaten.getRdsPrioritaetenMatrix(StoerfallZustand zustand,
float guete)
Bestimmt einen Wert aus der Matrix RDSPrioritätenmatrix.
|
long |
RDSParameterDaten.getRDSVerzoegerungsMatrix(StoerfallZustand von,
StoerfallZustand nach)
Bestimmt einen Wert aus der Matrix RDSVerzögerungsmatrix.
|
| Modifier and Type | Field and Description |
|---|---|
StoerfallZustand |
StoerfallDaten.zustand |
StoerfallZustand |
Stoerfall.Daten.zustand |
StoerfallZustand |
StoerfallSituationDaten.zustand |
| Constructor and Description |
|---|
Daten(de.bsvrz.dav.daf.main.config.Aspect aspekt,
StoerfallZustand zustand,
float guete,
long zeitStempel) |
StoerfallDaten(Stoerfall stoerfall,
StoerfallZustand zustand,
int prioritaet,
long start,
long ende) |
StoerfallSituationDaten(StoerfallZustand zustand,
long start,
long ende,
Stoerfall lokal) |
Copyright © 2016 BitCtrl Systems GmbH. All rights reserved.