File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -26,25 +26,21 @@ componentDefaultConfig:
2626
2727## Example
2828In the configuration below, we define these functionalities:
29- - A security analysis
3029 - A description of contingencies
3130
32- The chosen implementations are:
33- - "slow" security analysis (for few contingencies), post-contingency LF based implementation
34- - the contingencies expressed in Groovy DSL language
31+ The chosen implementation is:
32+ - The contingencies expressed in Groovy DSL language
3533
3634** YAML configuration:**
3735``` yaml
3836componentDefaultConfig :
3937 ContingenciesProviderFactory : com.powsybl.action.dsl.GroovyDslContingenciesProviderFactory
40- SecurityAnalysisFactory : com.powsybl.security.SecurityAnalysisFactoryImpl
4138` ` `
4239
4340**XML configuration**
4441` ` ` xml
4542<componentDefaultConfig>
4643 <ContingenciesProviderFactory>com.powsybl.action.dsl.GroovyDslContingenciesProviderFactory</ContingenciesProviderFactory>
47- <SecurityAnalysisFactory>com.powsybl.security.SecurityAnalysisFactoryImpl</SecurityAnalysisFactory>
4844</componentDefaultConfig>
4945```
5046
You can’t perform that action at this time.
0 commit comments