|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphVisitor
An interface in which to implement a visitor pattern with components of a graph.
Method Summary | |
---|---|
int |
visit(Graphable component)
Presents the visitor with the component to visit. |
Method Detail |
---|
int visit(Graphable component)
component
- The component being visited.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |