Modifier and Type | Method and Description |
---|---|
double |
BaseAclfBus.calLossPFactor(NetPathWalkDirectionEnum direction,
double totalLossPU)
Loss participation factor of this bus.
|
Modifier and Type | Method and Description |
---|---|
double |
BaseAclfBusImpl.calLossPFactor(NetPathWalkDirectionEnum direction,
double totalLossPU) |
Modifier and Type | Field and Description |
---|---|
static java.util.List<NetPathWalkDirectionEnum> |
NetPathWalkDirectionEnum.VALUES
A public read-only list of all the 'Net Path Walk Direction Enum' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static NetPathWalkDirectionEnum |
NetPathWalkDirectionEnum.get(int value)
Returns the 'Net Path Walk Direction Enum' literal with the specified integer value.
|
static NetPathWalkDirectionEnum |
NetPathWalkDirectionEnum.get(java.lang.String literal)
Returns the 'Net Path Walk Direction Enum' literal with the specified literal value.
|
static NetPathWalkDirectionEnum |
NetPathWalkDirectionEnum.getByName(java.lang.String name)
Returns the 'Net Path Walk Direction Enum' literal with the specified name.
|
NetPathWalkDirectionEnum |
NetPathWalkAlgorithm.getDirection()
Returns the value of the 'Direction' attribute.
|
static NetPathWalkDirectionEnum |
NetPathWalkDirectionEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetPathWalkDirectionEnum[] |
NetPathWalkDirectionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NetPathWalkAlgorithm.setDirection(NetPathWalkDirectionEnum value)
Sets the value of the '
Direction ' attribute. |
void |
IBusPathWalker.setWalkDirection(NetPathWalkDirectionEnum d) |
void |
IBranchPathWalker.setWalkDirection(NetPathWalkDirectionEnum d) |
Modifier and Type | Field and Description |
---|---|
protected NetPathWalkDirectionEnum |
NetPathWalkAlgorithmImpl.direction
The cached value of the '
Direction ' attribute. |
protected static NetPathWalkDirectionEnum |
NetPathWalkAlgorithmImpl.DIRECTION_EDEFAULT
The default value of the '
Direction ' attribute. |
Modifier and Type | Method and Description |
---|---|
NetPathWalkDirectionEnum |
PathAlgorithmFactoryImpl.createNetPathWalkDirectionEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
NetPathWalkDirectionEnum |
NetPathWalkAlgorithmImpl.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
NetPathWalkAlgorithmImpl.setDirection(NetPathWalkDirectionEnum newDirection) |
Modifier and Type | Field and Description |
---|---|
protected NetPathWalkDirectionEnum |
AbstractBranchPathWalker.direction |
protected NetPathWalkDirectionEnum |
AbstractBusPathWalker.direction |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBranchPathWalker.setWalkDirection(NetPathWalkDirectionEnum d) |
void |
AbstractBusPathWalker.setWalkDirection(NetPathWalkDirectionEnum d) |
Modifier and Type | Method and Description |
---|---|
void |
DistPathNetInitinizer.setDirection(NetPathWalkDirectionEnum dir) |
Constructor and Description |
---|
DistPathNetInitinizer(NetPathWalkDirectionEnum dir) |
DistPathNetInitinizer(NetPathWalkDirectionEnum dir,
java.util.List<java.lang.String> info) |
DistPathNetLfSolver(NetPathWalkDirectionEnum dir) |