|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.graph.domain.dependency.DependencyVisitor
Description of the Class
| Field Summary | |
private java.util.List |
deps
|
private DFS |
dfs
|
| Constructor Summary | |
DependencyVisitor()
Constructor for the DependencyVisitor object |
|
| Method Summary | |
void |
discoverEdge(Edge e)
Description of the Method |
void |
discoverGraph(Graph g)
Description of the Method |
void |
discoverVertex(Vertex v)
Description of the Method |
void |
finishEdge(Edge e)
Description of the Method |
void |
finishGraph(Graph g)
Description of the Method |
void |
finishVertex(Vertex v)
Description of the Method |
java.util.List |
getSortedDependencies(DependencyGraph dg)
|
java.util.List |
getSortedDependencies(DependencyGraph dg,
Vertex root)
Gets the sortedDependencies attribute of the DependencyVisitor object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.List deps
private DFS dfs
| Constructor Detail |
public DependencyVisitor()
| Method Detail |
public void discoverGraph(Graph g)
discoverGraph in interface Visitorpublic void discoverVertex(Vertex v)
discoverVertex in interface Visitorpublic void discoverEdge(Edge e)
discoverEdge in interface Visitorpublic void finishGraph(Graph g)
finishGraph in interface Visitorpublic void finishVertex(Vertex v)
finishVertex in interface Visitorpublic void finishEdge(Edge e)
finishEdge in interface Visitor
public java.util.List getSortedDependencies(DependencyGraph dg,
Vertex root)
public java.util.List getSortedDependencies(DependencyGraph dg)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||