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

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

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

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

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

Fields in de.bsvrz.ste.rdstmc.verkehrsanalyse declared as StoerfallSituation
private  StoerfallSituation Stoerfall._stoerfallSituation
          StoerfallSituation, zu der dieser Störfall gehört
 

Fields in de.bsvrz.ste.rdstmc.verkehrsanalyse with type parameters of type StoerfallSituation
private  java.util.Map<java.lang.String,StoerfallSituation> Verkehrsanalyse._stoerfallSituationen
          Mapping der PID eines äußeren Straßensegments auf seine zugehörige StoerfallSituation
 

Methods in de.bsvrz.ste.rdstmc.verkehrsanalyse that return StoerfallSituation
 StoerfallSituation Stoerfall.getStoerfallSituation()
           
 StoerfallSituation Verkehrsanalyse.getStoerfallSituation(java.lang.String segmentPid)
           
 

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

Methods in de.bsvrz.ste.rdstmc.verkehrsanalyse with parameters of type StoerfallSituation
 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 StoerfallSituation
LokalerStoerfall(MessQuerschnitt mq, StoerfallSituation stoerfallSituation)
          Instanziiert einen lokalen Störfall für einen Messquerschnitt
Stoerfall(DavProxyObjekt davObjekt, StoerfallSituation stoerfallSituation)
          Konstruiert eine Instanz vom Typ Stoerfall
StreckenbezogenerStoerfall(StrassenAbschnitt sa, StoerfallSituation stoerfallSituation)
          Instanziiert einen streckenbezogenen Störfall für einen Strassenabschnitt auf einem Strassensegment
StreckenbezogenerStoerfall(StrassenTeilSegment sts, StoerfallSituation stoerfallSituation)