Class GroovyDslContingenciesProvider

java.lang.Object
com.powsybl.contingency.dsl.AbstractDslContingenciesProvider
com.powsybl.action.ial.dsl.GroovyDslContingenciesProvider
All Implemented Interfaces:
ContingenciesProvider

public class GroovyDslContingenciesProvider extends AbstractDslContingenciesProvider
A ContingenciesProvider which provides same contingencies definition syntax as GroovyDslContingenciesProvider, but allows to use more complete action-dsl scripts as is for standard security analysis.
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • GroovyDslContingenciesProvider

      public GroovyDslContingenciesProvider(Path path)
    • GroovyDslContingenciesProvider

      public GroovyDslContingenciesProvider(InputStream input)
  • Method Details