Modifier and Type | Method and Description |
---|---|
static NetPathWalkAlgorithm<Bus,Branch> |
CoreObjectFactory.createNetPathWalkAlgorithm()
Create a ActivePowerWalkThrough algorithm object
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActivePowerPathWalkAlgorithm
Deprecated.
|
interface |
LossAllocationAlgorithm
A representation of the model object 'Loss Cal Net Adapter'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
PathAlgorithmFactory.createNetPathWalkAlgorithm()
Returns a new object of class 'Net Path Walk Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
LossAllocationAlgorithmImpl
An implementation of the Loss Allocation algorithm present in the text book.
|
class |
NetPathWalkAlgorithmImpl<TBus extends Bus,TBranch extends Branch>
An implementation of the model object 'Net Path Walk Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
PathAlgorithmFactoryImpl.createNetPathWalkAlgorithm() |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
PathAlgorithmSwitch.caseNetPathWalkAlgorithm(NetPathWalkAlgorithm<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Net Path Walk Algorithm'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CurentPathWalkAlgorithm
A representation of the model object 'Curent Path Walk Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
CurentPathWalkAlgorithmImpl
An implementation of the model object 'Curent Path Walk Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
DcSysAlgorithmSwitch.caseNetPathWalkAlgorithm(NetPathWalkAlgorithm<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Net Path Walk Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
DistPathLfAlgorithm
/*
- Calculate bus and branch weight
In the following example, there are three branches connected to the bus.
|