public abstract class AbstractBranchPathWalker extends java.lang.Object implements IBranchPathWalker
| Modifier and Type | Field and Description |
|---|---|
protected NetPathWalkDirectionEnum |
direction |
| Constructor and Description |
|---|
AbstractBranchPathWalker() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Branch branch)
init the bus for the walk
|
boolean |
needVisit(Bus bus,
Branch branch)
check if the branch connecting to the bus needs to be visited.
|
void |
setWalkDirection(NetPathWalkDirectionEnum d) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFlowPathDirection, visitprotected NetPathWalkDirectionEnum direction
public void setWalkDirection(NetPathWalkDirectionEnum d)
IBranchPathWalkersetWalkDirection in interface IBranchPathWalkerpublic void init(Branch branch)
IBranchPathWalkerinit in interface IBranchPathWalkerpublic boolean needVisit(Bus bus, Branch branch)
IBranchPathWalkerneedVisit in interface IBranchPathWalker