| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.core.algo | |
| com.interpss.core.algo.path | |
| com.interpss.core.algo.path.impl | |
| com.interpss.core.algo.path.util | |
| com.interpss.dist.algo.path |
| 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
A representation of the model object 'Active Power Walk Through'.
|
| Modifier and Type | Interface and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
DistPathLfAlgorithm
/*
- Calculate bus and branch weight
In the following example, there are three branches connected to the bus.
|