Package | Description |
---|---|
com.interpss.core.algo.path | |
com.interpss.core.algo.path.impl | |
com.interpss.core.algo.path.solver | |
com.interpss.core.algo.path.util | |
com.interpss.dc.algo.impl |
Modifier and Type | Method and Description |
---|---|
IBusPathWalker |
NetPathWalkAlgorithm.getBusWalker()
Returns the value of the 'Bus Walker' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
NetPathWalkAlgorithm.setBusWalker(IBusPathWalker value)
Sets the value of the '
Bus Walker ' reference. |
Modifier and Type | Field and Description |
---|---|
protected IBusPathWalker |
NetPathWalkAlgorithmImpl.busWalker
The cached value of the '
Bus Walker ' reference. |
Modifier and Type | Method and Description |
---|---|
IBusPathWalker |
NetPathWalkAlgorithmImpl.getBusWalker() |
Modifier and Type | Method and Description |
---|---|
void |
NetPathWalkAlgorithmImpl.setBusWalker(IBusPathWalker newBusWalker) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBusPathWalker
Abstract base class for IBusPathWalker interface implementation
|
class |
AbstractBusPowerFlowPathWalker
abstract power flow path based Bus path walker implementation
|
class |
LossCalBusWalker
Network path Bus walker implementation for loss allocation
|
Modifier and Type | Method and Description |
---|---|
T |
PathAlgorithmSwitch.caseIBusPathWalker(IBusPathWalker object)
Returns the result of interpreting the object as an instance of 'IBus Path Walker'.
|
Modifier and Type | Class and Description |
---|---|
class |
CurrentFlowPathBusWalker |