Package | Description |
---|---|
com.interpss.core.aclf | |
com.interpss.core.aclf.impl | |
com.interpss.core.acsc.impl | |
com.interpss.dstab.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<AclfBranchCode> |
AclfBranchCode.VALUES
A public read-only list of all the 'Branch Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static AclfBranchCode |
AclfBranchCode.get(int value)
Returns the 'Branch Code' literal with the specified integer value.
|
static AclfBranchCode |
AclfBranchCode.get(java.lang.String literal)
Returns the 'Branch Code' literal with the specified literal value.
|
AclfBranchCode |
Aclf3WBranch.getBranchCode()
Returns the value of the 'Branch Code' attribute.
|
AclfBranchCode |
AclfBranch.getBranchCode()
Returns the value of the 'Branch Code' attribute.
|
static AclfBranchCode |
AclfBranchCode.getByName(java.lang.String name)
Returns the 'Branch Code' literal with the specified name.
|
static AclfBranchCode |
AclfBranchCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclfBranchCode[] |
AclfBranchCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Aclf3WBranch.create2WBranches(AclfBranchCode branchCode)
create three 2W branches (from, to, tert) and the star bus, based on fromBusId,
toBusId, and tertBusId.
|
boolean |
Aclf3WBranch.create2WBranches(AclfBranchCode branchCode,
java.lang.String[] properties)
create three 2W branches (from, to, tert) and the star bus, based on fromBusId,
toBusId, and tertBusId.
|
int |
IAclfBusFunc.noConnectedBranch(AclfBranchCode type)
calculate number of connected branches (active and inactive) of connected to the branch of the branch type
|
void |
Aclf3WBranch.setBranchCode(AclfBranchCode value)
Sets the value of the '
Branch Code ' attribute. |
void |
AclfBranch.setBranchCode(AclfBranchCode value)
Sets the value of the '
Branch Code ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static AclfBranchCode |
Aclf3WBranchImpl.BRANCH_CODE_EDEFAULT
The default value of the '
Branch Code ' attribute. |
protected static AclfBranchCode |
AclfBranchImpl.BRANCH_CODE_EDEFAULT
The default value of the '
Branch Code ' attribute. |
protected AclfBranchCode |
Aclf3WBranchImpl.branchCode
The cached value of the '
Branch Code ' attribute. |
protected AclfBranchCode |
AclfBranchImpl.branchCode
The cached value of the '
Branch Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
AclfBranchCode |
AclfFactoryImpl.createAclfBranchCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
AclfBranchCode |
Aclf3WBranchImpl.getBranchCode() |
AclfBranchCode |
AclfBranchImpl.getBranchCode() |
Modifier and Type | Method and Description |
---|---|
boolean |
Aclf3WBranchImpl.create2WBranches(AclfBranchCode branchCode) |
boolean |
Aclf3WBranchImpl.create2WBranches(AclfBranchCode branchCode,
java.lang.String[] properties) |
int |
BaseAclfBusImpl.noConnectedBranch(AclfBranchCode type) |
void |
Aclf3WBranchImpl.setBranchCode(AclfBranchCode newBranchCode) |
void |
AclfBranchImpl.setBranchCode(AclfBranchCode newBranchCode) |
Modifier and Type | Method and Description |
---|---|
boolean |
Acsc3WBranchImpl.create2WBranches(AclfBranchCode branchCode,
java.lang.String[] properties) |
Modifier and Type | Method and Description |
---|---|
boolean |
DStab3WBranchImpl.create2WBranches(AclfBranchCode branchCode,
java.lang.String[] properties) |