Modifier and Type | Method and Description |
---|---|
BranchBusSide |
BaseCuttingBranch.getSplitSide() |
Constructor and Description |
---|
BaseCuttingBranch(java.lang.String id,
int fromFlag,
int toFlag,
BranchBusSide cuttingSide)
constructor
|
Constructor and Description |
---|
CuttingBranchPos(java.lang.String id,
BranchBusSide cuttingSide)
constructor
|
Modifier and Type | Method and Description |
---|---|
BranchBusSide |
BaseAclfNetwork.getXfrZAdjustSide()
Returns the value of the 'Xfr ZAdjust Side' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseAclfNetwork.setXfrZAdjustSide(BranchBusSide value)
Sets the value of the '
Xfr ZAdjust Side ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static BranchBusSide |
BaseAclfNetworkImpl.XFR_ZADJUST_SIDE_EDEFAULT
The default value of the '
Xfr ZAdjust Side ' attribute. |
protected BranchBusSide |
BaseAclfNetworkImpl.xfrZAdjustSide
The cached value of the '
Xfr ZAdjust Side ' attribute. |
Modifier and Type | Method and Description |
---|---|
BranchBusSide |
BaseAclfNetworkImpl.getXfrZAdjustSide() |
Modifier and Type | Method and Description |
---|---|
void |
BaseAclfNetworkImpl.setXfrZAdjustSide(BranchBusSide newXfrZAdjustSide) |
Modifier and Type | Field and Description |
---|---|
static java.util.List<BranchBusSide> |
BranchBusSide.VALUES
A public read-only list of all the 'Branch Bus Side' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static BranchBusSide |
BranchBusSide.get(int value)
Returns the 'Branch Bus Side' literal with the specified integer value.
|
static BranchBusSide |
BranchBusSide.get(java.lang.String literal)
Returns the 'Branch Bus Side' literal with the specified literal value.
|
static BranchBusSide |
BranchBusSide.getByName(java.lang.String name)
Returns the 'Branch Bus Side' literal with the specified name.
|
static BranchBusSide |
BranchBusSide.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BranchBusSide[] |
BranchBusSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Branch.reconnect(Bus bus,
BranchBusSide side,
boolean deactivateExistBus)
Reconnect the branch to another bus.
|
Modifier and Type | Method and Description |
---|---|
BranchBusSide |
ChildNetInterfaceBranch.getChildNetSide()
Returns the value of the 'Child Net Side' attribute.
|
BranchBusSide |
ChildNetInterfaceBranch.getInterfaceBusSide()
Returns the value of the 'Interface Bus Side' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ChildNetInterfaceBranch.setChildNetSide(BranchBusSide value)
Sets the value of the '
Child Net Side ' attribute. |
void |
ChildNetInterfaceBranch.setInterfaceBusSide(BranchBusSide value)
Sets the value of the '
Interface Bus Side ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static BranchBusSide |
ChildNetInterfaceBranchImpl.CHILD_NET_SIDE_EDEFAULT
The default value of the '
Child Net Side ' attribute. |
protected BranchBusSide |
ChildNetInterfaceBranchImpl.childNetSide
The cached value of the '
Child Net Side ' attribute. |
protected static BranchBusSide |
ChildNetInterfaceBranchImpl.INTERFACE_BUS_SIDE_EDEFAULT
The default value of the '
Interface Bus Side ' attribute. |
protected BranchBusSide |
ChildNetInterfaceBranchImpl.interfaceBusSide
The cached value of the '
Interface Bus Side ' attribute. |
Modifier and Type | Method and Description |
---|---|
BranchBusSide |
ChildNetInterfaceBranchImpl.getChildNetSide() |
BranchBusSide |
ChildNetInterfaceBranchImpl.getInterfaceBusSide() |
Modifier and Type | Method and Description |
---|---|
void |
ChildNetInterfaceBranchImpl.setChildNetSide(BranchBusSide newChildNetSide) |
void |
ChildNetInterfaceBranchImpl.setInterfaceBusSide(BranchBusSide newInterfaceBusSide) |
Modifier and Type | Method and Description |
---|---|
BranchBusSide |
NetFactoryImpl.createBranchBusSideFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
BranchImpl.reconnect(Bus bus,
BranchBusSide side,
boolean deactivateExistBus) |