Interface AutomationSystem<I extends AutomationSystem<I>>

All Superinterfaces:
Extendable<I>, Identifiable<I>
All Known Subinterfaces:
OverloadManagementSystem

public interface AutomationSystem<I extends AutomationSystem<I>> extends Identifiable<I>
Author:
Olivier Perrin <olivier.perrin at rte-france.com>
  • Method Details

    • isEnabled

      boolean isEnabled()
      Says if the system is active or not.
      Returns:
      true is the automation system is enabled
    • setEnabled

      void setEnabled(boolean enabled)
      Change the state of the automation system
      Parameters:
      enabled - true to enable the automation system
    • remove

      void remove()
      Remove the automation system from the network.