de.bsvrz.vew.sim.sim.verwaltung
Class VerwaltungSimulation.ErzeugeErgebnis

java.lang.Object
  extended by 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

Field Summary
 int fehler
           
static int FEHLER_NICHT_ERZEUGT
           
static int FEHLER_SIM_STRECKE
           
static int FEHLER_SIM_VARIANTE
           
static int KEIN_FEHLER
           
 de.bsvrz.dav.daf.main.config.SystemObject simulation
           
 int zustand
           
static int ZUSTAND_ERZEUGT
           
static int ZUSTAND_NICHT_ERZEUGT
           
 
Constructor Summary
VerwaltungSimulation.ErzeugeErgebnis(de.bsvrz.dav.daf.main.config.SystemObject simulation, int zustand, int fehler)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

VerwaltungSimulation.ErzeugeErgebnis

VerwaltungSimulation.ErzeugeErgebnis(de.bsvrz.dav.daf.main.config.SystemObject simulation,
                                     int zustand,
                                     int fehler)