|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependencyGraphVisitor
Interface for progress during search.
Method Summary | |
---|---|
void |
discoverEdge(DependencyGraphEdge edge)
Called for each edge, when that edge is visited. |
void |
discoverGraph(DependencyGraph graph)
Called once, for when the graph itself is discovered. |
void |
discoverNode(DependencyGraphNode node)
Called for each node, when that node is visited. |
void |
finishEdge(DependencyGraphEdge edge)
Called for each edge, when that edge has been fully visited. |
void |
finishGraph(DependencyGraph graph)
Called once, for when the graph is finished being visited. |
void |
finishNode(DependencyGraphNode node)
Called for each node, when the node has been fully visited. |
Method Detail |
---|
void discoverGraph(DependencyGraph graph)
graph
- the graph that was discovered.void discoverNode(DependencyGraphNode node)
node
- the node that is being visited.void discoverEdge(DependencyGraphEdge edge)
edge
- the edge that is being visited.void finishEdge(DependencyGraphEdge edge)
edge
- the edge that was finished being visited.void finishNode(DependencyGraphNode node)
node
- the node that was finished being visited.void finishGraph(DependencyGraph graph)
graph
- the graph that finished being visited.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |