Modifier and Type | Field and Description |
---|---|
static java.util.List<XFormerConnectCode> |
XFormerConnectCode.VALUES
A public read-only list of all the 'XFormer Connect Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static XFormerConnectCode |
XFormerConnectCode.get(int value)
Returns the 'XFormer Connect Code' literal with the specified integer value.
|
static XFormerConnectCode |
XFormerConnectCode.get(java.lang.String literal)
Returns the 'XFormer Connect Code' literal with the specified literal value.
|
static XFormerConnectCode |
XFormerConnectCode.getByName(java.lang.String name)
Returns the 'XFormer Connect Code' literal with the specified name.
|
XFormerConnectCode |
XFormerScGrounding.getXfrConnectCode()
Returns the value of the 'Xfr Connect Code' attribute.
|
static XFormerConnectCode |
XFormerConnectCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XFormerConnectCode[] |
XFormerConnectCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XFormerScGrounding.setXfrConnectCode(XFormerConnectCode value)
Sets the value of the '
Xfr Connect Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
void |
AcscXformerAdapter.setFromGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z)
Set xfr from-side grounding.
|
void |
AcscXformerAdapter.setFromGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit)
Set xfr from-side grounding
|
void |
AcscXformerAdapter.setToGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z)
Set xfr to-side grounding.
|
void |
AcscXformerAdapter.setToGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit)
Set xfr to-side gronding
|
Modifier and Type | Method and Description |
---|---|
void |
AcscXformerAdapterImpl.setFromGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex zpu) |
void |
AcscXformerAdapterImpl.setFromGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit) |
void |
AcscXformerAdapterImpl.setToGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex zpu) |
void |
AcscXformerAdapterImpl.setToGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit) |
Modifier and Type | Field and Description |
---|---|
protected static XFormerConnectCode |
XFormerScGroundingImpl.XFR_CONNECT_CODE_EDEFAULT
The default value of the '
Xfr Connect Code ' attribute. |
protected XFormerConnectCode |
XFormerScGroundingImpl.xfrConnectCode
The cached value of the '
Xfr Connect Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
XFormerConnectCode |
AcscFactoryImpl.createXFormerConnectCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
XFormerConnectCode |
XFormerScGroundingImpl.getXfrConnectCode() |
Modifier and Type | Method and Description |
---|---|
void |
XFormerScGroundingImpl.setXfrConnectCode(XFormerConnectCode newXfrConnectCode) |
Modifier and Type | Method and Description |
---|---|
XFormerConnectCode |
DistBranch.getPrimaryConnect()
Returns the value of the 'Primary Connect' attribute.
|
XFormerConnectCode |
DistBranch.getSecondaryConnect()
Returns the value of the 'Secondary Connect' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
DistBranch.setPrimaryConnect(XFormerConnectCode value)
Sets the value of the '
Primary Connect ' attribute. |
void |
DistBranch.setSecondaryConnect(XFormerConnectCode value)
Sets the value of the '
Secondary Connect ' attribute. |
Modifier and Type | Method and Description |
---|---|
XFormerConnectCode |
DistXformer.getPrimaryConnect() |
XFormerConnectCode |
DistXformer.getSecondaryConnect() |
Modifier and Type | Method and Description |
---|---|
void |
DistXformer.setConnect(XFormerConnectCode priCon,
XFormerConnectCode secCon) |
Modifier and Type | Method and Description |
---|---|
XFormerConnectCode |
DistXformerImpl.getPrimaryConnect() |
XFormerConnectCode |
DistXformerImpl.getSecondaryConnect() |
Modifier and Type | Method and Description |
---|---|
void |
DistXformerImpl.setConnect(XFormerConnectCode priCon,
XFormerConnectCode secCon) |
Modifier and Type | Field and Description |
---|---|
protected static XFormerConnectCode |
DistBranchImpl.PRIMARY_CONNECT_EDEFAULT
The default value of the '
Primary Connect ' attribute. |
protected XFormerConnectCode |
DistBranchImpl.primaryConnect
The cached value of the '
Primary Connect ' attribute. |
protected static XFormerConnectCode |
DistBranchImpl.SECONDARY_CONNECT_EDEFAULT
The default value of the '
Secondary Connect ' attribute. |
protected XFormerConnectCode |
DistBranchImpl.secondaryConnect
The cached value of the '
Secondary Connect ' attribute. |
Modifier and Type | Method and Description |
---|---|
XFormerConnectCode |
DistBranchImpl.getPrimaryConnect() |
XFormerConnectCode |
DistBranchImpl.getSecondaryConnect() |
Modifier and Type | Method and Description |
---|---|
void |
DistBranchImpl.setPrimaryConnect(XFormerConnectCode newPrimaryConnect) |
void |
DistBranchImpl.setSecondaryConnect(XFormerConnectCode newSecondaryConnect) |
Modifier and Type | Method and Description |
---|---|
static AcscBranch |
AcscInputUtilFunc.addAcscPSXfromerBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
double fromAng,
double toAng,
Unit.UnitType angUnit,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a PSXfr branch to the network object
|
static AcscBranch |
AcscInputUtilFunc.addAcscXformerBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a xfr branch to the network object
|
static void |
AcscInputUtilFunc.setAcscPSXfromerBranch(AcscBranch branch,
java.lang.String name,
double baseKva,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
double fromAng,
double toAng,
Unit.UnitType angUnit,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a PSXfr branch to the network object
|
static void |
AcscInputUtilFunc.setAcscXformerBranch(AcscBranch branch,
java.lang.String name,
double baseKva,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Set xfr branch data
|