Uses of Class
de.bsvrz.ste.rdstmc.verkehrsanalyse.Stoerfall

Packages that use Stoerfall
de.bsvrz.ste.rdstmc.meldungserstellung   
de.bsvrz.ste.rdstmc.verkehrsanalyse   
 

Uses of Stoerfall in de.bsvrz.ste.rdstmc.meldungserstellung
 

Fields in de.bsvrz.ste.rdstmc.meldungserstellung declared as Stoerfall
 Stoerfall EreignisDaten.lokal
           
 

Constructors in de.bsvrz.ste.rdstmc.meldungserstellung with parameters of type Stoerfall
EreignisDaten(long startSegmentOffset, long endSegmentOffset, StrassenSegment startSegment, StrassenSegment endSegment, RDSEreignis ereignis, long start, long ende, Stoerfall lokal)
           
 

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

Subclasses of Stoerfall in de.bsvrz.ste.rdstmc.verkehrsanalyse
 class LokalerStoerfall
          Modelliert einen lokalen Störfall in Bezug auf einen Messquerschnitt
 class StreckenbezogenerStoerfall
          Modelliert einen lokalen Störfall in Bezug auf einen Messquerschnitt
 

Fields in de.bsvrz.ste.rdstmc.verkehrsanalyse declared as Stoerfall
 Stoerfall StoerfallSituationDaten.lokal
           
 Stoerfall StoerfallDaten.stoerfall
           
 

Fields in de.bsvrz.ste.rdstmc.verkehrsanalyse with type parameters of type Stoerfall
private  java.util.Collection<Stoerfall> StoerfallSituation._stoerfaelle
          Alle Störfalle (Störfallindikatoren) dieser Störfallsituation
private  java.util.Map<Stoerfall,StoerfallDaten> StoerfallSituation._stoerfallDaten
          Die StoerfallDaten für jeden Störfall mit der höchsten Priorität je Verfahren
 

Methods in de.bsvrz.ste.rdstmc.verkehrsanalyse that return Stoerfall
 Stoerfall Stoerfall.Daten.getStoerfall()
           
 

Methods in de.bsvrz.ste.rdstmc.verkehrsanalyse that return types with arguments of type Stoerfall
 java.util.Collection<Stoerfall> StoerfallSituation.getStoerFaelle()
           
 

Methods in de.bsvrz.ste.rdstmc.verkehrsanalyse with parameters of type Stoerfall
(package private)  void StoerfallSituation.addStoerfall(Stoerfall stoerfall)
          Fügt dieser StoerfallSituation einen Stoerfall hinzu
 void StoerfallSituation.neuerStoerfall(Stoerfall quelle, StoerfallDaten daten)
           
 void StoerfallListener.neuerStoerfall(Stoerfall quelle, StoerfallDaten daten)
          Zu implementierende Methode zur Notifizierung von Störfall-Änderungen
(package private)  void StoerfallSituation.removeStoerfall(Stoerfall stoerfall)
          Entfernt einen Stoerfall aus dieser StoerfallSituation
 

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