public abstract class AbstractBusPathWalker extends java.lang.Object implements IBusPathWalker
| Modifier and Type | Field and Description |
|---|---|
protected NetPathWalkDirectionEnum |
direction |
| Constructor and Description |
|---|
AbstractBusPathWalker() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Bus bus)
init the bus for the walk
|
boolean |
needVisit(Bus bus)
check if the bus needs to be visited.
|
void |
setWalkDirection(NetPathWalkDirectionEnum d) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIntoBusBranches, getOutBusBranches, visitprotected NetPathWalkDirectionEnum direction
public void setWalkDirection(NetPathWalkDirectionEnum d)
IBusPathWalkersetWalkDirection in interface IBusPathWalkerpublic void init(Bus bus)
IBusPathWalkerinit in interface IBusPathWalkerpublic boolean needVisit(Bus bus)
IBusPathWalkerneedVisit in interface IBusPathWalker