public interface GraphVisitor
| Modifier and Type | Method and Description |
|---|---|
int |
visit(Graphable component)
Presents the visitor with the component to visit.
|
int visit(Graphable component)
component - The component being visited.Copyright © 1996–2019 Geotools. All rights reserved.