Class AbstractDynamicData

    • Constructor Detail

      • AbstractDynamicData

        public AbstractDynamicData()
    • Method Detail

      • isDirty

        protected final boolean isDirty()
        Returns:
        true, if the actual response-matrix is not corresponding to the actual selected monitors/corrector, false otherwise.
      • setDirty

        protected final void setDirty​(boolean dirty)
        sets the dirty-flag to the given value.
        Parameters:
        dirty - the new value for the dirty-flag
      • ensureUpToDate

        protected final void ensureUpToDate()
        ensures, that the lists are up to date

        This method should be called before any value, which needs calculation is returned

      • getActiveCorrectors

        protected final java.util.List<Corrector> getActiveCorrectors()
        Returns:
        the active correctors
      • getActiveMonitors

        protected final java.util.List<Monitor> getActiveMonitors()
        Returns:
        the active Monitors
      • getMachineElementsManager

        protected final MachineElementsManager getMachineElementsManager()
        Returns:
        the machineElementsManager