Class CreateBranchFeederBaysBuilder
java.lang.Object
com.powsybl.iidm.modification.topology.CreateBranchFeederBaysBuilder
- Author:
- Miora Vedelago <miora.ralambotiana at rte-france.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.withBbsId2
(String bbsId2) Deprecated.UsewithBusOrBusbarSectionId2(String)
instead.withBranchAdder
(BranchAdder<?, ?> branchAdder) withBusOrBusbarSectionId1
(String busOrBbs1) withBusOrBusbarSectionId2
(String busOrBbs2) withDirection1
(ConnectablePosition.Direction direction1) withDirection2
(ConnectablePosition.Direction direction2) withFeederName1
(String feederName1) withFeederName2
(String feederName2) withPositionOrder1
(int positionOrder1) Set position order for end 1.withPositionOrder2
(int positionOrder2) Set position orders for end 2.
-
Constructor Details
-
CreateBranchFeederBaysBuilder
public CreateBranchFeederBaysBuilder()
-
-
Method Details
-
build
-
withBranchAdder
-
withBbs1
Deprecated.UsewithBusOrBusbarSectionId1(String)
instead. -
withBusOrBusbarSectionId1
-
withBbsId2
Deprecated.UsewithBusOrBusbarSectionId2(String)
instead. -
withBusOrBusbarSectionId2
-
withPositionOrder1
Set position order for end 1. Should not be defined if voltage level attached to end 1 is BUS_BREAKER (ignored if it is). Required if the latter is NODE_BREAKER. -
withPositionOrder2
Set position orders for end 2. Should not be defined if voltage level attached to end 2 is BUS_BREAKER (ignored if it is). Required if the latter is NODE_BREAKER. -
withFeederName1
-
withFeederName2
-
withDirection1
-
withDirection2
-
withBusOrBusbarSectionId1(String)
instead.