Uses of Class
de.bsvrz.buv.plugin.sim.SimulationssteuerungDaten.SimulationsZustand

Uses of SimulationssteuerungDaten.SimulationsZustand in de.bsvrz.buv.plugin.sim
 

Methods in de.bsvrz.buv.plugin.sim that return SimulationssteuerungDaten.SimulationsZustand
 SimulationssteuerungDaten.SimulationsZustand SimulationssteuerungDaten.getAktuellerZustand()
          Liefert den aktuellen Zustand der Simulation.
static SimulationssteuerungDaten.SimulationsZustand SimulationssteuerungDaten.SimulationsZustand.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SimulationssteuerungDaten.SimulationsZustand[] SimulationssteuerungDaten.SimulationsZustand.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.bsvrz.buv.plugin.sim with parameters of type SimulationssteuerungDaten.SimulationsZustand
 void SimulationssteuerungDaten.setAktuellerZustand(SimulationssteuerungDaten.SimulationsZustand zustand)
          Setzt den aktuellen Zustand der Simulation.