|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.ste.rdstmc.verkehrsanalyse.StoerfallSituation
public class StoerfallSituation
Modelliert die überlagerten Zustände aller Störfallindikatoren eines Strassensegments.
Field Summary | |
---|---|
int |
TIMEOUT
Zeit in ms, nach der eine Überlagerungsberechnung erzwungen wird, falls die Ereignisqueue nicht leer wird |
Constructor Summary | |
---|---|
StoerfallSituation(StrassenSegment segment,
Verkehrsanalyse verkehrsAnalyse)
Konstruiert eine Instanz vom Typ StoerfallSituation |
Method Summary | |
---|---|
void |
addStoerfallSituationListener(StoerfallSituationListener listener)
|
void |
fireStoerfallSituationListener()
Benachrichtige alle angemeldeten Listener vom Typ StoerfallSituationDaten |
StrassenSegment |
getSegment()
|
java.util.Collection<Stoerfall> |
getStoerFaelle()
|
void |
neuerStoerfall(Stoerfall quelle,
StoerfallDaten daten)
Zu implementierende Methode zur Notifizierung von Störfall-Änderungen |
void |
renmoveStoerfallSituationListener(StoerfallSituationListener listener)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int TIMEOUT
Constructor Detail |
---|
public StoerfallSituation(StrassenSegment segment, Verkehrsanalyse verkehrsAnalyse)
StoerfallSituation
connection
- die DAV-Verbindungsegmentt
- das korrespondierende StrassensegmentMethod Detail |
---|
public StrassenSegment getSegment()
public void neuerStoerfall(Stoerfall quelle, StoerfallDaten daten)
StoerfallListener
neuerStoerfall
in interface StoerfallListener
daten
- die geänderten Datenpublic java.util.Collection<Stoerfall> getStoerFaelle()
public void addStoerfallSituationListener(StoerfallSituationListener listener)
public void renmoveStoerfallSituationListener(StoerfallSituationListener listener)
public void fireStoerfallSituationListener()
StoerfallSituationDaten
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |