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 |
---|---|
IBranchPathWalker |
NetPathWalkAlgorithm.getBranchWalker()
Returns the value of the 'Branch Walker' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
NetPathWalkAlgorithm.setBranchWalker(IBranchPathWalker value)
Sets the value of the '
Branch Walker ' reference. |
Modifier and Type | Field and Description |
---|---|
protected IBranchPathWalker |
NetPathWalkAlgorithmImpl.branchWalker
The cached value of the '
Branch Walker ' reference. |
Modifier and Type | Method and Description |
---|---|
IBranchPathWalker |
NetPathWalkAlgorithmImpl.getBranchWalker() |
Modifier and Type | Method and Description |
---|---|
void |
NetPathWalkAlgorithmImpl.setBranchWalker(IBranchPathWalker newBranchWalker) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBranchPathWalker
Abstract base class for IBranchPathWalker interface implementation
|
class |
AbstractBranchPowerFlowPathWalker
abstract power flow path based Branch path walker implementation
|
class |
LossCalBranchWalker
Network path Branch walker implementation for loss allocation
|
Modifier and Type | Method and Description |
---|---|
T |
PathAlgorithmSwitch.caseIBranchPathWalker(IBranchPathWalker object)
Returns the result of interpreting the object as an instance of 'IBranch Path Walker'.
|
Modifier and Type | Class and Description |
---|---|
class |
CurrentFlowPathBranchWalker |