-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add area interchange target update action #3209
base: main
Are you sure you want to change the base?
Conversation
@m-guibert FYI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright & author on all source files
action-api/src/main/java/com/powsybl/action/AreaInterchangeTargetUpdateAction.java
Outdated
Show resolved
Hide resolved
action-api/src/main/java/com/powsybl/action/AreaInterchangeTargetUpdateAction.java
Outdated
Show resolved
Hide resolved
action-api/src/main/java/com/powsybl/action/AreaInterchangeTargetUpdateActionBuilder.java
Outdated
Show resolved
Hide resolved
Shouldn't the corresponding |
action-api/src/main/java/com/powsybl/action/AreaInterchangeTargetUpdateActionBuilder.java
Outdated
Show resolved
Hide resolved
action-api/src/main/java/com/powsybl/action/AreaInterchangeTargetUpdateAction.java
Outdated
Show resolved
Hide resolved
action-api/src/test/java/com/powsybl/action/json/JsonActionTest.java
Outdated
Show resolved
Hide resolved
action-api/src/main/java/com/powsybl/action/AreaInterchangeTargetUpdateAction.java
Outdated
Show resolved
Hide resolved
Yes it is coming ! |
action-api/src/main/java/com/powsybl/action/AreaInterchangeTargetUpdateAction.java
Outdated
Show resolved
Hide resolved
...odification/src/test/java/com/powsybl/iidm/modification/AreaInterchangeModificationTest.java
Outdated
Show resolved
Hide resolved
...odification/src/test/java/com/powsybl/iidm/modification/AreaInterchangeModificationTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyright year to be changed to 2024 in new files
action-api/src/main/java/com/powsybl/action/AreaInterchangeTargetAction.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
fe72dd9
to
946208d
Compare
Quality Gate passedIssues Measures |
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
#3157
What kind of change does this PR introduce?
Introduce an action for area interchange target update. To be used in combination with generator and load action in a security analysis to implement a full countertrading process that impact the area interchange targets.
What is the current behavior?
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
Other information: