public interface IGridVisitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
visitNode(IGridNode n)
Called for each node on the network.
|
boolean visitNode(IGridNode n)
By returning false your informing the host to stop visiting nodes beyond the current node.
n - the current node.