Uses of Class
de.bsvrz.ste.rdstmc.allgemein.StoerfallZustand

Packages that use StoerfallZustand
de.bsvrz.ste.rdstmc.allgemein   
de.bsvrz.ste.rdstmc.parameter   
de.bsvrz.ste.rdstmc.verkehrsanalyse   
 

Uses of StoerfallZustand in de.bsvrz.ste.rdstmc.allgemein
 

Methods in de.bsvrz.ste.rdstmc.allgemein that return StoerfallZustand
static StoerfallZustand StoerfallZustand.get(int id)
           
static StoerfallZustand StoerfallZustand.valueOf(java.lang.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.
 

Uses of StoerfallZustand in de.bsvrz.ste.rdstmc.parameter
 

Methods in de.bsvrz.ste.rdstmc.parameter that return types with arguments of type StoerfallZustand
 java.util.Map<StoerfallZustand,RDSEreignis> RDSParameterDaten.getRDSAbbildungEreignis()
           
 

Methods in de.bsvrz.ste.rdstmc.parameter with parameters of type StoerfallZustand
 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
 

Uses of StoerfallZustand in de.bsvrz.ste.rdstmc.verkehrsanalyse
 

Fields in de.bsvrz.ste.rdstmc.verkehrsanalyse declared as StoerfallZustand
 StoerfallZustand StoerfallSituationDaten.zustand
           
 StoerfallZustand StoerfallDaten.zustand
           
 

Constructors in de.bsvrz.ste.rdstmc.verkehrsanalyse with parameters of type StoerfallZustand
StoerfallDaten(Stoerfall stoerfall, StoerfallZustand zustand, int prioritaet, long start, long ende)
           
StoerfallSituationDaten(StoerfallZustand zustand, long start, long ende, Stoerfall lokal)