public abstract class AbstractBranchPathWalker extends java.lang.Object implements IBranchPathWalker
copyright| 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) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFlowPathDirection, visitpublic 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