Package | Description |
---|---|
com.interpss.core.algo.path | |
com.interpss.core.algo.path.impl | |
com.interpss.core.common.visitor.util | |
com.interpss.dist.algo.path |
Modifier and Type | Method and Description |
---|---|
void |
NetPathWalkAlgorithm.branchWalkThough(Network<?,?> net,
INetVisitor<?,?> initForWalk,
IBranchBVisitor branchVisitor)
explictly walk through branches in the network, used, for example, for prototype an algorithm
|
void |
NetPathWalkAlgorithm.busWalkThough(Network<?,?> net,
INetVisitor<?,?> initForWalk,
IBusBVisitor busVisitor)
explictly walk through buses in the network, used, for example, for prototype an algorithm
|
Modifier and Type | Method and Description |
---|---|
void |
NetPathWalkAlgorithmImpl.branchWalkThough(Network net,
INetVisitor netVisitor,
IBranchBVisitor braVisitor) |
void |
NetPathWalkAlgorithmImpl.busWalkThough(Network net,
INetVisitor netVisitor,
IBusBVisitor busVisitor) |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
CommonVisitorSwitch.caseINetVisitor(INetVisitor<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'INet Visitor'.
|
Modifier and Type | Class and Description |
---|---|
class |
DistPathNetInitinizer
Network initialization for walkthrough for Loadflow calculation.
|
class |
DistPathNetLfSolver
Methods for initialization for backward and forward network walkthrough
|