File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed
src/test/java/org/gridsuite/modification/server/utils Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -270,16 +270,19 @@ public static Network createMixedTopology(UUID uuid) {
270270 }
271271
272272 /**
273- * VL1 VL2 VL3
273+ * Create a network as following:
274+ * <pre>
275+ * VL1 VL2 VL3
274276 *
275277 * ld1 g2 ld3
276278 * | | |
277279 * br1 br2 br3
278- * | | |
279- * d1 d2 d3
280+ * | | |
281+ * d1 d2 d3
280282 * | | |
281283 * bbs1 ----------bbs2------------bbs3
282- * l1 l2
284+ * l1 l2
285+ * </pre>
283286 */
284287 public static Network createForDeleteVoltageLevelOnLine (UUID uuid ) {
285288 Network network = new NetworkFactoryImpl ().createNetwork (uuid .toString (), "NetworkForDeleteVoltageLevelOnLine" );
Original file line number Diff line number Diff line change @@ -29,27 +29,29 @@ public static Network create(UUID uuid) {
2929 }
3030
3131 /**
32- * VL1 VL2 VL3
32+ * Create a network as following:
33+ * <pre>
34+ * VL1 VL2 VL3
3335 *
3436 * ld1 g2 ld3
3537 * | | |
3638 * br1 br2 br3
37- * | | |
38- * d1 d2 d3
39+ * | | |
40+ * d1 d2 d3
3941 * | | |
4042 * bbs1 ----------bbs2------------bbs3
41- * l1 | l2
43+ * l1 | l2
4244 * | l3
4345 * |
4446 * bbs4 VL4
45- * |
47+ * |
4648 * d4
47- * |
49+ * |
4850 * br4
49- * |
51+ * |
5052 * ld4
53+ * </pre>
5154 */
52-
5355 public static Network create (UUID uuid , NetworkFactory networkFactory ) {
5456 Network network = networkFactory .createNetwork (uuid .toString (), "NetworkWithTeePoint" );
5557
You can’t perform that action at this time.
0 commit comments