Class ScriptNetworkModification

java.lang.Object
com.powsybl.iidm.modification.AbstractNetworkModification
com.powsybl.action.dsl.modification.ScriptNetworkModification
All Implemented Interfaces:
NetworkModification

public class ScriptNetworkModification extends AbstractNetworkModification
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • ScriptNetworkModification

      public ScriptNetworkModification(groovy.lang.Closure<Void> script)
  • Method Details

    • getScript

      public groovy.lang.Closure<Void> getScript()
    • apply

      public void apply(Network network, NamingStrategy namingStrategy, boolean throwException, ComputationManager computationManager, com.powsybl.commons.reporter.Reporter reporter)