|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VertexAction
This interface contains a single act method intended to be called during a traversal of a graph.
| Method Summary | |
|---|---|
void |
act(Graph g,
int v)
An action performed when a search of the graph g visits node v. |
| Method Detail |
|---|
void act(Graph g,
int v)
g - a graphv - a vertex in the graph
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||