Package | Description |
---|---|
com.interpss.core.algo.path | |
com.interpss.core.algo.path.impl | |
com.interpss.core.common.visitor.util | |
com.interpss.core.funcImpl | |
com.interpss.dist.algo.path |
Modifier and Type | Method and Description |
---|---|
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.busWalkThough(Network net,
INetVisitor netVisitor,
IBusBVisitor busVisitor) |
Modifier and Type | Method and Description |
---|---|
T |
CommonVisitorSwitch.caseIBusBVisitor(IBusBVisitor object)
Returns the result of interpreting the object as an instance of 'IBus BVisitor'.
|
Modifier and Type | Class and Description |
---|---|
class |
BusBranchConnectionMarkVisitor
A class for mark bus/branch connection relationship.
|
Modifier and Type | Class and Description |
---|---|
class |
DistPathBusLfSolver
For bus visiting in the backward walkthrough process.
|
class |
DistPathBusWalker
Bus based network walk-through for determining power flow direction.
|