public class DistPathBranchWalker extends java.lang.Object implements IBranchBVisitor
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
statusInfo |
copyright
Constructor and Description |
---|
DistPathBranchWalker() |
DistPathBranchWalker(java.util.List<java.lang.String> info) |
Modifier and Type | Method and Description |
---|---|
boolean |
visit(Branch bra)
Visit the branch and connected buses, if one of the bus is visited and the other is unvisited.
|
protected void |
visitBranchBus(Branch bra,
Bus bus)
Visit the branch and the unvisited bus, doing nothing special.
|
public DistPathBranchWalker()
public DistPathBranchWalker(java.util.List<java.lang.String> info)
public boolean visit(Branch bra)
visit
in interface IBranchBVisitor