|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGraphEntityVisitor<Node>
Specification of a visitor over entities of a directed graph.
An entity may be, for instance, a strongly-connected component of the graph or a path in the graph.
| Method Summary | |
|---|---|
void |
epilogue()
Method called just after finishing visiting all nodes of an entity. |
void |
prologue()
Method called just before starting to visit any node of an entity. |
void |
visit(Node node)
Method called while visiting each node of an entity. |
| Method Detail |
|---|
void prologue()
void visit(Node node)
node - The visited node.void epilogue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||