-
Notifications
You must be signed in to change notification settings - Fork 13
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
Zone diagram (multiple substations) on a substation grid #550
Zone diagram (multiple substations) on a substation grid #550
Conversation
be9083e
to
8dee2ed
Compare
8dee2ed
to
13cd56a
Compare
588304c
to
5a133e0
Compare
SonarCloud Quality Gate failed. 0 Bugs 82.9% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
...-diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/MatrixZoneLayout.java
Outdated
Show resolved
Hide resolved
...-diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/pathfinding/Grid.java
Outdated
Show resolved
Hide resolved
...-diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/pathfinding/Grid.java
Outdated
Show resolved
Hide resolved
...-diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/pathfinding/Grid.java
Outdated
Show resolved
Hide resolved
...-diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/pathfinding/Grid.java
Outdated
Show resolved
Hide resolved
...-diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/MatrixZoneLayout.java
Outdated
Show resolved
Hide resolved
...-diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/MatrixZoneLayout.java
Outdated
Show resolved
Hide resolved
...line-diagram-core/src/main/java/com/powsybl/sld/layout/zonebygrid/MatrixZoneLayoutModel.java
Outdated
Show resolved
Hide resolved
...e-line-diagram-core/src/main/java/com/powsybl/sld/layout/pathfinding/DijkstraPathFinder.java
Outdated
Show resolved
Hide resolved
...e-line-diagram-core/src/main/java/com/powsybl/sld/layout/pathfinding/DijkstraPathFinder.java
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.
Thank you for the huge work so far!
I left some remarks. I did not go through the DijkstraPathFinder class thoroughly though, I keep it for another time :)
...e-line-diagram-core/src/main/java/com/powsybl/sld/layout/pathfinding/DijkstraPathFinder.java
Show resolved
Hide resolved
...diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/pathfinding/Point.java
Outdated
Show resolved
Hide resolved
...diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/pathfinding/Point.java
Outdated
Show resolved
Hide resolved
...-diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/MatrixZoneLayout.java
Outdated
Show resolved
Hide resolved
c85f848
to
8da9d05
Compare
...e-line-diagram-core/src/main/java/com/powsybl/sld/layout/pathfinding/DijkstraPathFinder.java
Outdated
Show resolved
Hide resolved
...e-line-diagram-core/src/main/java/com/powsybl/sld/layout/pathfinding/DijkstraPathFinder.java
Outdated
Show resolved
Hide resolved
cd7338e
to
36a6d98
Compare
f82cc44
to
799c043
Compare
...iagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/AbstractZoneLayout.java
Outdated
Show resolved
Hide resolved
...-diagram/single-line-diagram-core/src/main/java/com/powsybl/sld/layout/MatrixZoneLayout.java
Outdated
Show resolved
Hide resolved
4204e88
to
0e895c5
Compare
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Use smoothPath method to reduce snakeline point list Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
… code smell Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
Signed-off-by: Thomas ADAM <[email protected]>
d831d26
to
ffcec64
Compare
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 2 New issues |
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.
Thank you @tadam50 for the huge amount of work you put in this PR. Even though there are some glitches that we know we have to take care of in our next releases, it is great that we can offer this new feature for our users to test out.
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
'Fixes #520'
Does this PR introduce a breaking change or deprecate an API?
Other information: