Class SimulationsVerwaltung

  • All Implemented Interfaces:
    de.bsvrz.dav.daf.main.config.MutableSetChangeListener

    public class SimulationsVerwaltung
    extends java.lang.Object
    implements de.bsvrz.dav.daf.main.config.MutableSetChangeListener
    Realisierung des Moduls zur Verwaltung von Simulationen innerhalb der Parametrierung.
    • Method Summary

      Modifier and Type Method Description
      void beendeSimulationen()
      setzt den Deaktivierungsstatus aller Simulationen auf INAKTIV.
      void update​(de.bsvrz.dav.daf.main.config.MutableSet set, de.bsvrz.dav.daf.main.config.SystemObject[] addedObjects, de.bsvrz.dav.daf.main.config.SystemObject[] removedObjects)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimulationsVerwaltung

        public SimulationsVerwaltung​(ParametrierungsModul parametrierung)
        erzeugt eine Instanz der Simulationsverwaltung.
        Parameters:
        parametrierung - die verwendete Parametrierung
    • Method Detail

      • beendeSimulationen

        public void beendeSimulationen()
        setzt den Deaktivierungsstatus aller Simulationen auf INAKTIV.
      • update

        public void update​(de.bsvrz.dav.daf.main.config.MutableSet set,
                           de.bsvrz.dav.daf.main.config.SystemObject[] addedObjects,
                           de.bsvrz.dav.daf.main.config.SystemObject[] removedObjects)
        Specified by:
        update in interface de.bsvrz.dav.daf.main.config.MutableSetChangeListener