public class OnlineSimulation extends Simulation
Simulation.ZustandsBezeichnerARC_STATUS_AKTIV, ARC_STATUS_NICHT_AKTIV, KONFIG_STATUS_BEREIT, KONFIG_STATUS_GELOESCHT, KONFIG_STATUS_NICHT_BEREIT, PARAM_STATUS_AKTIV, PARAM_STATUS_NICHT_AKTIV| Constructor and Description |
|---|
OnlineSimulation(de.bsvrz.dav.daf.main.config.SystemObject obj,
short sv,
SimulationsStrecke ss,
de.bsvrz.dav.daf.main.ClientDavInterface con,
Simulation.ZustandsBezeichner anfangsZustand)
Erzeugt eine neue Instanz vom Typ OnlineSimulation
|
| Modifier and Type | Method and Description |
|---|---|
void |
abmelden()
Abmelden aller Datenidentifikationen für diese Instanz und das zugeordnete Systemobjekt
|
void |
anmelden()
Anmelden aller Datenidentifikationen für diese Instanz und das zugeordnete Systemobjekt
|
protected EndlicherAutomat |
getEndlicherAutomat()
Bestimmt den endlichen Automaten
|
SteuerungSimulation |
getSteuerung()
Bestimmt die Steuerungsinstanz
|
void |
update(de.bsvrz.dav.daf.main.ResultData[] resultData) |
getConnection, getName, getObjekt, getSimulationsStrecke, getSimulationsVariante, getStatusArchiv, getStatusKonfiguration, getStatusParametrierung, getVarianteFuerSimulation, getZustand, sendeAlsQuelle, setZustand, setZustand, starteZustandswechsel, toStringpublic OnlineSimulation(de.bsvrz.dav.daf.main.config.SystemObject obj,
short sv,
SimulationsStrecke ss,
de.bsvrz.dav.daf.main.ClientDavInterface con,
Simulation.ZustandsBezeichner anfangsZustand)
obj - das dynamische Simulationsobjektsv - die Simulationsvariantess - die Simulationsstrecke (Klasse Simulationsstrecke)con - die Datenverteiler-VerbindunganfangsZustand - der Anfangszustandpublic SteuerungSimulation getSteuerung()
SimulationgetSteuerung in class Simulationprotected EndlicherAutomat getEndlicherAutomat()
SimulationgetEndlicherAutomat in class Simulationpublic void anmelden()
EmpfaengerMitAnmeldunganmelden in interface EmpfaengerMitAnmeldunganmelden in class Simulationpublic void abmelden()
EmpfaengerMitAnAbmeldungabmelden in interface EmpfaengerMitAnAbmeldungabmelden in class Simulationpublic void update(de.bsvrz.dav.daf.main.ResultData[] resultData)
update in interface de.bsvrz.dav.daf.main.ClientReceiverInterfaceupdate in class Simulation