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

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

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

Fields in de.bsvrz.ste.rdstmc.meldungserstellung with type parameters of type StoerfallSituationDaten
private  java.util.Map<StrassenSegment,java.util.List<StoerfallSituationDaten>> Route._stoerfaelleAufSegmenten
           
 

Methods in de.bsvrz.ste.rdstmc.meldungserstellung that return types with arguments of type StoerfallSituationDaten
(package private)  java.util.List<StoerfallSituationDaten> Route.getStoerfalleAufSegment(StrassenSegment segment)
           
 

Method parameters in de.bsvrz.ste.rdstmc.meldungserstellung with type arguments of type StoerfallSituationDaten
 void Route.neueStoerfallSituation(StoerfallSituation quelle, java.util.List<StoerfallSituationDaten> daten)
           
 

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

Methods in de.bsvrz.ste.rdstmc.verkehrsanalyse that return types with arguments of type StoerfallSituationDaten
private  java.util.List<StoerfallSituationDaten> StoerfallSituation.bestimmeStoerfallSituationDaten(java.util.List<StoerfallSituationDaten> ueberlagerteDaten)
          Bestimmt aus den überlagerten Daten die Folge der StoerfallSituationsDaten mit dem schärfsten Zustand
private  java.util.List<StoerfallSituationDaten> StoerfallSituation.ueberlagereStaus()
           
 

Method parameters in de.bsvrz.ste.rdstmc.verkehrsanalyse with type arguments of type StoerfallSituationDaten
private  java.util.List<StoerfallSituationDaten> StoerfallSituation.bestimmeStoerfallSituationDaten(java.util.List<StoerfallSituationDaten> ueberlagerteDaten)
          Bestimmt aus den überlagerten Daten die Folge der StoerfallSituationsDaten mit dem schärfsten Zustand
 void StoerfallSituationListener.neueStoerfallSituation(StoerfallSituation quelle, java.util.List<StoerfallSituationDaten> daten)
          Zu implementierende Methode zur Notifizierung von Störfallsituations-Änderungen
 

Constructors in de.bsvrz.ste.rdstmc.verkehrsanalyse with parameters of type StoerfallSituationDaten
StoerfallSituationDaten(StoerfallSituationDaten daten)