Interface ActionDslHandler


  • public interface ActionDslHandler
    Users may define their own handling of action DSL objects, by implementing this interface and calling ActionDslLoader.loadDsl(groovy.lang.Binding, com.powsybl.iidm.network.Network, com.powsybl.action.dsl.ActionDslHandler, com.powsybl.action.dsl.ActionDslLoaderObserver) method.
    Author:
    Sylvain Leclerc
    • Method Detail

      • addContingency

        void addContingency​(Contingency contingency)
      • addRule

        void addRule​(Rule rule)
      • addAction

        void addAction​(Action action)