public class EngstellenVerwaltungApp
extends java.lang.Object
implements de.bsvrz.sys.funclib.application.StandardApplication
VerwaltungEngstellen erzeugt und initialisiert.| Constructor and Description |
|---|
EngstellenVerwaltungApp()
Default- Konstruktor.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
public EngstellenVerwaltungApp()
main aufgerufenpublic void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
StandardApplication,
die die speziellen Startparameter auswertet._netzPid,
_konfigPid(optional) und _zyklusZeit(optional) spezifiziertparseArguments in interface de.bsvrz.sys.funclib.application.StandardApplicationargumentList - siehe sys.funclib.application.StandardApplication#parseArguments(sys.funclib.ArgumentList)public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
VerwaltungEngstellen erzeugt und initialisiertinitialize in interface de.bsvrz.sys.funclib.application.StandardApplicationconnection - 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.