public class AclfNet3WXFormerHelper extends BaseAclfNetHelper
net| Constructor and Description |
|---|
AclfNet3WXFormerHelper(BaseAclfNetwork<?,?> net)
Constructor that initializes the network instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add3WXfr(Aclf3WBranch branch,
java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String tertBusId)
Adds a three-winding transformer (3W) branch to the network.
|
boolean |
remove3WXfr(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String tertBusId,
java.lang.String cirNumber)
Removes a three-winding transformer (3W) branch from the network.
|
public AclfNet3WXFormerHelper(BaseAclfNetwork<?,?> net)
bus - The network instance to be used by this helper.public boolean add3WXfr(Aclf3WBranch branch, java.lang.String fromBusId, java.lang.String toBusId, java.lang.String tertBusId)
branch - The 3W branch to be added.fromBusId - The ID of the from bus.toBusId - The ID of the to bus.tertBusId - The ID of the tertiary bus.public boolean remove3WXfr(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String tertBusId,
java.lang.String cirNumber)
fromBusId - The ID of the from bus.toBusId - The ID of the to bus.tertBusId - The ID of the tertiary bus.cirNumber - The circuit number of the branch.