Package | Description |
---|---|
org.jboss.util.graph |
Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
Graph.breadthFirstSearch(Vertex<T> v,
VisitorEX<T,E> visitor)
Perform a breadth first search of this graph, starting at v.
|
<E extends Exception> |
Graph.depthFirstSearch(Vertex<T> v,
VisitorEX<T,E> visitor)
Perform a depth first serach using recursion.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.