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
           
 

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
 void StoerfallSituation.neuerStoerfall(Stoerfall quelle, StoerfallDaten daten)
           
 void StoerfallListener.neuerStoerfall(Stoerfall quelle, StoerfallDaten daten)
          Zu implementierende Methode zur Notifizierung von Störfall-Änderungen
 

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)