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
|
Modifier and Type | Method and Description |
---|---|
void |
NetPathWalkAlgorithmImpl.branchWalkThough(Network net,
INetVisitor netVisitor,
IBranchBVisitor braVisitor) |
Modifier and Type | Method and Description |
---|---|
T |
CommonVisitorSwitch.caseIBranchBVisitor(IBranchBVisitor object)
Returns the result of interpreting the object as an instance of 'IBranch BVisitor'.
|
Modifier and Type | Class and Description |
---|---|
class |
DistPathBranchLfSolver
For branch visiting in the forward walkthrough process.
|
class |
DistPathBranchWalker
Base class for network forward walkthrough.
|