public class StartNode<T extends Traverser> extends java.lang.Object implements Node<T>
start(Traverser) on
the node provided as the nextNode| Constructor and Description |
|---|
StartNode() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
next(T traverser) |
void |
setNextNode(Node<T> nextNode) |
void |
start(T traverser)
Initalizes the business logic for this Node
|