Uses of Class
org.jboss.util.graph.Graph
-
Packages that use Graph Package Description org.jboss.util.graph -
-
Uses of Graph in org.jboss.util.graph
Methods in org.jboss.util.graph with parameters of type Graph Modifier and Type Method Description voidDFSVisitor. visit(Graph<T> g, Vertex<T> v)Called by the graph traversal methods when a vertex is first visited.voidDFSVisitor. visit(Graph<T> g, Vertex<T> v, Edge<T> e)Used dfsSpanningTree to notify the visitor of each outgoing edge to an unvisited vertex.voidVisitor. visit(Graph<T> g, Vertex<T> v)Called by the graph traversal methods when a vertex is first visited.voidVisitorEX. visit(Graph<T> g, Vertex<T> v)Called by the graph traversal methods when a vertex is first visited.
-