de.bsvrz.vew.sim.sim.verwaltung
Class VerwaltungSimulation.ErzeugeErgebnis
java.lang.Object
de.bsvrz.vew.sim.sim.verwaltung.VerwaltungSimulation.ErzeugeErgebnis
- Enclosing class:
- VerwaltungSimulation
private static class VerwaltungSimulation.ErzeugeErgebnis
- extends java.lang.Object
Modelliert das Ergebnis einer (einzelnen) Anfrage zum erzeugen einer Simulation
- Author:
- Stefan Sans
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZUSTAND_ERZEUGT
public static final int ZUSTAND_ERZEUGT
- See Also:
- Constant Field Values
ZUSTAND_NICHT_ERZEUGT
public static final int ZUSTAND_NICHT_ERZEUGT
- See Also:
- Constant Field Values
KEIN_FEHLER
public static final int KEIN_FEHLER
- See Also:
- Constant Field Values
FEHLER_SIM_VARIANTE
public static final int FEHLER_SIM_VARIANTE
- See Also:
- Constant Field Values
FEHLER_SIM_STRECKE
public static final int FEHLER_SIM_STRECKE
- See Also:
- Constant Field Values
FEHLER_NICHT_ERZEUGT
public static final int FEHLER_NICHT_ERZEUGT
- See Also:
- Constant Field Values
simulation
public final de.bsvrz.dav.daf.main.config.SystemObject simulation
zustand
public final int zustand
fehler
public final int fehler
VerwaltungSimulation.ErzeugeErgebnis
VerwaltungSimulation.ErzeugeErgebnis(de.bsvrz.dav.daf.main.config.SystemObject simulation,
int zustand,
int fehler)