Skip to content

Commit 1de3c05

Browse files
Update doc: remove from documentation the mention of SecurityAnalysisFactoryImpl (#3727)
* Update doc: remove from documentation the mention of SecurityAnalysisFactoryImpl * fix(docs): security analysis update doc page 'componentDefaultConfig' Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
1 parent d10ba15 commit 1de3c05

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/user/configuration/componentDefaultConfig.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,21 @@ componentDefaultConfig:
2626

2727
## Example
2828
In 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
3836
componentDefaultConfig:
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

0 commit comments

Comments
 (0)