- region - Variable in class js.java.stspluginlib.PluginClient.AnlagenInfo
-
- register_ereignis(int, PluginClient.EREIGNIS) - Method in class js.java.stspluginlib.PluginClient
-
sende <ereignis zid="zid" art="art"/>
erst nach connected() aufrufbar, sonst gibts eine Exception
- removeFlag(char) - Method in class js.java.isolate.sim.flagdata
-
Flag entfernen, nicht mehr für hasFlag() sichtbar, aber weiterhin für hadFlag()
- replaceFlag(char, char) - Method in class js.java.isolate.sim.flagdata
-
- request_anlageninfo() - Method in class js.java.stspluginlib.PluginClient
-
sende <anlageninfo />
erst nach connected() aufrufbar, sonst gibts eine Exception
- request_bahnsteigliste() - Method in class js.java.stspluginlib.PluginClient
-
sende <bahnsteigliste />
erst nach connected() aufrufbar, sonst gibts eine Exception
- request_element2enr(String) - Method in class js.java.stspluginlib.PluginClient
-
sende <element2enr element="name" />
erst nach connected() aufrufbar, sonst gibts eine Exception
- request_enr2element(int) - Method in class js.java.stspluginlib.PluginClient
-
sende <enr2element enr="enr" />
erst nach connected() aufrufbar, sonst gibts eine Exception
- request_heat() - Method in class js.java.stspluginlib.PluginClient
-
sende <hitze />
erst nach connected() aufrufbar, sonst gibts eine Exception
- request_setdebug(boolean) - Method in class js.java.stspluginlib.PluginClient
-
sende <debug mode="enabled" />
erst nach connected() aufrufbar, sonst gibts eine Exception
- request_setfs(int, int) - Method in class js.java.stspluginlib.PluginClient
-
sende <setfs start="enr1" stop="enr2" />
erst nach connected() aufrufbar, sonst gibts eine Exception
landet u.U. im Fahrstraßenspeicher, Antwort "response_fsset" entsprechend
verzögert möglich
- request_stitz() - Method in class js.java.stspluginlib.PluginClient
-
sende <stitz />
erst nach connected() aufrufbar, sonst gibts eine Exception
- request_wege() - Method in class js.java.stspluginlib.PluginClient
-
sende <wege />
erst nach connected() aufrufbar, sonst gibts eine Exception
- request_zugdetails(int) - Method in class js.java.stspluginlib.PluginClient
-
sende <zugdetails zid="zid" />
erst nach connected() aufrufbar, sonst gibts eine Exception
- request_zugfahrplan(int) - Method in class js.java.stspluginlib.PluginClient
-
sende <zugfahrplan zid="zid" />
erst nach connected() aufrufbar, sonst gibts eine Exception
- request_zugliste() - Method in class js.java.stspluginlib.PluginClient
-
sende <zugliste />
erst nach connected() aufrufbar, sonst gibts eine Exception
- response_anlageninfo(PluginClient.AnlagenInfo) - Method in class js.java.stspluginlib.PluginClient
-
Antwort vom <anlageninfo />
- response_bahnsteigliste(HashMap<String, PluginClient.BahnsteigInfo>) - Method in class js.java.stspluginlib.PluginClient
-
Antwort vom <bahnsteigliste>
- response_element4(int, String) - Method in class js.java.stspluginlib.PluginClient
-
Elementname für ENR (ENR -≷ Name)
- response_enr4(String, int) - Method in class js.java.stspluginlib.PluginClient
-
ENR für Elementname (Name -≷ ENR)
- response_ereignis(int, PluginClient.EREIGNIS, PluginClient.ZugDetails) - Method in class js.java.stspluginlib.PluginClient
-
ein registriertes Zugereignis ist aufgetreten
- response_fsset(int, int, String) - Method in class js.java.stspluginlib.PluginClient
-
FS gesetzt oder abgelehnt (belegt?)
- response_heat(long) - Method in class js.java.stspluginlib.PluginClient
-
aktuelle Hitze
- response_stitz(String, String) - Method in class js.java.stspluginlib.PluginClient
-
Nummern der Stitz-Räume
- response_wege(List<PluginClient.Shape>, List<PluginClient.Connection>) - Method in class js.java.stspluginlib.PluginClient
-
Gleisverbindungen
- response_zugdetails(int, PluginClient.ZugDetails) - Method in class js.java.stspluginlib.PluginClient
-
Antwort vom <zugdetails zid>
- response_zugfahrplan(int, LinkedList<PluginClient.ZugFahrplanZeile>) - Method in class js.java.stspluginlib.PluginClient
-
Antwort vom <zugfahrplan zid>
- response_zugliste(HashMap<Integer, String>) - Method in class js.java.stspluginlib.PluginClient
-
Antwort vom <zugliste>
- run() - Method in class js.java.stspluginlib.PluginClient
-
nicht öffentlich, Teil der Netzwerk-Kommunikation