@@ -309,7 +309,7 @@ public static ReportNode reportPqToPvBuses(ReportNode reportNode, int pqToPvBusC
309
309
.add ();
310
310
}
311
311
312
- public static ReportNode reportPvPqSwitchLimit (ReportNode firstRootReportNode , LfBus controllerBus , int limit , boolean log , Logger logger ) {
312
+ public static ReportNode createRootReportPvPqSwitchLimit (ReportNode firstRootReportNode , LfBus controllerBus , int limit , boolean log , Logger logger ) {
313
313
ReportNode result = ReportNode .newRootReportNode ()
314
314
.withLocale (firstRootReportNode .getTreeContext ().getLocale ())
315
315
.withResourceBundles (PowsyblOpenLoadFlowReportResourceBundle .BASE_NAME )
@@ -324,7 +324,7 @@ public static ReportNode reportPvPqSwitchLimit(ReportNode firstRootReportNode, L
324
324
return result ;
325
325
}
326
326
327
- public static ReportNode reportPqToPvBusMaxLimit (ReportNode firstRootReportNode , LfBus controllerBus , LfBus controlledBus , double targetV , boolean log , Logger logger ) {
327
+ public static ReportNode createRootReportPqToPvBusMaxLimit (ReportNode firstRootReportNode , LfBus controllerBus , LfBus controlledBus , double targetV , boolean log , Logger logger ) {
328
328
ReportNode result = ReportNode .newRootReportNode ()
329
329
.withLocale (firstRootReportNode .getTreeContext ().getLocale ())
330
330
.withResourceBundles (PowsyblOpenLoadFlowReportResourceBundle .BASE_NAME )
@@ -342,7 +342,7 @@ public static ReportNode reportPqToPvBusMaxLimit(ReportNode firstRootReportNode,
342
342
return result ;
343
343
}
344
344
345
- public static ReportNode reportPqToPvBusMinLimit (ReportNode firstRootReportNode , LfBus controllerBus , LfBus controlledBus , double targetV , boolean log , Logger logger ) {
345
+ public static ReportNode createRootReportPqToPvBusMinLimit (ReportNode firstRootReportNode , LfBus controllerBus , LfBus controlledBus , double targetV , boolean log , Logger logger ) {
346
346
ReportNode result = ReportNode .newRootReportNode ()
347
347
.withLocale (firstRootReportNode .getTreeContext ().getLocale ())
348
348
.withResourceBundles (PowsyblOpenLoadFlowReportResourceBundle .BASE_NAME )
@@ -384,12 +384,12 @@ public static ReportNode reportReactiveControllerBusesToPqBuses(ReportNode repor
384
384
.add ();
385
385
}
386
386
387
- public static ReportNode reportReactiveControllerBusesToPqMaxQ (ReportNode firstRootReportNode ,
388
- LfBus controllerBus ,
389
- double busQ ,
390
- double maxQ ,
391
- boolean log ,
392
- Logger logger ) {
387
+ public static ReportNode createRootReportReactiveControllerBusesToPqMaxQ (ReportNode firstRootReportNode ,
388
+ LfBus controllerBus ,
389
+ double busQ ,
390
+ double maxQ ,
391
+ boolean log ,
392
+ Logger logger ) {
393
393
ReportNode result = ReportNode .newRootReportNode ()
394
394
.withLocale (firstRootReportNode .getTreeContext ().getLocale ())
395
395
.withResourceBundles (PowsyblOpenLoadFlowReportResourceBundle .BASE_NAME )
@@ -405,12 +405,12 @@ public static ReportNode reportReactiveControllerBusesToPqMaxQ(ReportNode firstR
405
405
return result ;
406
406
}
407
407
408
- public static ReportNode reportReactiveControllerBusesToPqMinQ (ReportNode firstRootReportNode ,
409
- LfBus controllerBus ,
410
- double busQ ,
411
- double minQ ,
412
- boolean log ,
413
- Logger logger ) {
408
+ public static ReportNode createRootReportReactiveControllerBusesToPqMinQ (ReportNode firstRootReportNode ,
409
+ LfBus controllerBus ,
410
+ double busQ ,
411
+ double minQ ,
412
+ boolean log ,
413
+ Logger logger ) {
414
414
ReportNode result = ReportNode .newRootReportNode ()
415
415
.withLocale (firstRootReportNode .getTreeContext ().getLocale ())
416
416
.withResourceBundles (PowsyblOpenLoadFlowReportResourceBundle .BASE_NAME )
@@ -895,7 +895,7 @@ public static void reportActionApplicationFailure(String actionId, String contin
895
895
.add ();
896
896
}
897
897
898
- public static ReportNode createThreadRootReport (ReportNode firstRootReport ) {
898
+ public static ReportNode createRootThreadReport (ReportNode firstRootReport ) {
899
899
return ReportNode .newRootReportNode ()
900
900
.withLocale (firstRootReport .getTreeContext ().getLocale ())
901
901
.withAllResourceBundlesFromClasspath ()
0 commit comments