|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.vew.engvew.engvew.EngstellenVerwaltungApp
public class EngstellenVerwaltungApp
Applikationsklasse der SWE EngstellenVerwaltung.
Für das übergebeneVerkehrsModellNetz (und optional Konfigurationsobjekt
vom Typ typ.engstellenVerwaltung und Zykluszeit ) wird eine Instanz von
VerwaltungEngstellen
erzeugt und initialisiert.
Constructor Summary | |
---|---|
EngstellenVerwaltungApp()
Default- Konstruktor. |
Method Summary | |
---|---|
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
Überschriebene Methode von StandardApplication, die die Initialisierung durchführt. |
static void |
main(java.lang.String[] arguments)
Programmeinstieg Engstellenverwaltung. |
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
Überschriebene Methode von StandardApplication ,
die die speziellen Startparameter auswertet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EngstellenVerwaltungApp()
main
aufgerufen
Method Detail |
---|
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
StandardApplication
,
die die speziellen Startparameter auswertet._netzPid
,
_konfigPid
(optional) und _zyklusZeit
(optional) spezifiziert
parseArguments
in interface de.bsvrz.sys.funclib.application.StandardApplication
argumentList
- siehe sys.funclib.application.StandardApplication#parseArguments(sys.funclib.ArgumentList)public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
VerwaltungEngstellen
erzeugt und initialisiert
initialize
in interface de.bsvrz.sys.funclib.application.StandardApplication
connection
- siehe sys.funclib.application.StandardApplication#initialize(de.bsvrz.dav.daf.main.ClientDavInterface)public static void main(java.lang.String[] arguments)
arguments
- Kommandozeilenargumente, folgende speziellen Argumente werden ausgewertet:-netz: VerkehrsModellNetz, dessen Engstellen verwaltet und überwacht werden.
-konfigObjekt: Konfigurationsobjekt für die Verwaltung von Engstellen - muss vom Typ typ.engstellenVerwaltung sein. Optional, wenn nicht angegeben, wird das Konfigurationsobjekt des lokalen Konfigurationsverantwortlichen genommen.
-zyklusZeit: Zykluszeit für die Plausibilitätsprüfungen der Engstellen (in s). Optional, wenn nicht angegeben, werden die Prüfungen alle 30s ausgeführt.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |