Modifier and Type | Method and Description |
---|---|
static Aclf3WBranch |
CoreObjectFactory.createAclf3WBranch()
Create an Aclf3WXformer object
|
Modifier and Type | Method and Description |
---|---|
Aclf3WBranch |
AclfFactory.createAclf3WBranch()
Returns a new object of class 'Aclf3 WBranch'.
|
Aclf3WBranch |
INet3WXfrElement.get3WXfr(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String tertBusId)
Get the branch object identified by the from bus id, to bus id and tertiaray id, assuming default branch circuit number is 1.
|
Aclf3WBranch |
INet3WXfrElement.get3WXfr(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String tertBusId,
java.lang.String circuitNumber)
Get the branch object identified by the from bus id, to bus id, tertiaray and branch circuit number.
|
Modifier and Type | Method and Description |
---|---|
boolean |
INet3WXfrElement.add3WXfr(Aclf3WBranch branch,
java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String tertBusId)
Add the branch object into the network container and connect to the from bus and to bus
identified by the Id(s).
|
boolean |
INet3WXfrElement.add3WXfr(Aclf3WBranch branch,
java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String tertBusId,
java.lang.String cirId)
Add the branch object into the network container and connect to the from bus and to
bus identified by the Id(s).
|
Modifier and Type | Method and Description |
---|---|
void |
Aclf3WXformerAdapterImpl.setBranch(Aclf3WBranch newBranch)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Class and Description |
---|---|
class |
Aclf3WBranchImpl
An implementation of the model object 'Aclf3 WXformer'.
|
Modifier and Type | Method and Description |
---|---|
Aclf3WBranch |
AclfFactoryImpl.createAclf3WBranch() |
Aclf3WBranch |
BaseAclfNetworkImpl.get3WXfr(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String tertBusId) |
Aclf3WBranch |
BaseAclfNetworkImpl.get3WXfr(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String tertBusId,
java.lang.String circuitNumber) |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseAclfNetworkImpl.add3WXfr(Aclf3WBranch branch,
java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String tertBusId) |
boolean |
BaseAclfNetworkImpl.add3WXfr(Aclf3WBranch branch,
java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String tertBusId,
java.lang.String cirId) |
Modifier and Type | Method and Description |
---|---|
boolean |
AclfNet3WXFormerHelper.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.
|
Modifier and Type | Method and Description |
---|---|
T |
AclfSwitch.caseAclf3WBranch(Aclf3WBranch object)
Returns the result of interpreting the object as an instance of 'Aclf3 WBranch'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Acsc3WBranch
A representation of the model object 'Acsc3 WBranch'.
|
Modifier and Type | Class and Description |
---|---|
class |
Acsc3WBranchImpl |
Modifier and Type | Method and Description |
---|---|
T |
AcscSwitch.caseAclf3WBranch(Aclf3WBranch object)
Returns the result of interpreting the object as an instance of 'Aclf3 WBranch'.
|
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<Aclf3WBranch,Aclf3WPSXformerAdapter> |
AclfAdptFunction.psXfr3WAptr
PsXfr branch adapter function PSXfrBranchAdapter = f(AclfBus)
|
static java.util.function.Function<Aclf3WBranch,Aclf3WXformerAdapter> |
AclfAdptFunction.xfr3WAptr
Xfr branch adapter function XfrBranchAdapter = f(AclfBus)
|
Modifier and Type | Interface and Description |
---|---|
interface |
DStab3WBranch |
Modifier and Type | Class and Description |
---|---|
class |
DStab3WBranchImpl |
Modifier and Type | Method and Description |
---|---|
static Aclf3WBranch |
Aclf3WBranchState.create() |
static Aclf3WBranch |
Aclf3WBranchState.create(Aclf3WBranchState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
Aclf3WBranchState.map2EObject(Aclf3WBranch eObj) |
static void |
Aclf3WBranchState.readData(com.hazelcast.nio.ObjectDataInput in,
Aclf3WBranch eObj) |
void |
Aclf3WBranchState.updateEObject(Aclf3WBranch eObj) |
static void |
Aclf3WBranchState.writeData(com.hazelcast.nio.ObjectDataOutput out,
Aclf3WBranch eObj) |
Constructor and Description |
---|
Aclf3WBranchState(Aclf3WBranch eObj) |