powsybl / powsybl-core

A framework to build power system oriented software

Home Page:https://www.powsybl.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-organize `action` module

annetill opened this issue · comments

Describe the current behavior

Action implementations from security-analysis-api are needed for powsybl-open-rao, but not in a context of a security analysis run. Plus, the remedial action are only descriptive for the moment, but for open-rao we need to apply an action on the iidm network (through network modifications, as we do for contingencies). So, we want to move the actions in an other place.

Describe the expected behavior

We have for action module:

  • action-dsl
  • action-dsl-spi
  • action-simualtor
  • action-util

We propose:

  • action-ial, with action-ial-dsl, action-ial-dsl-api, action-ial-simulator et action-ial-util
  • action-api with the operator strategy remedial actions

Describe the motivation

No response

Extra Information

No response

This is in line with what we discussed, looks good to me. Tagging @pjeanmarie.