| Package | Description |
|---|---|
| rioko.grapht | |
| rioko.searchers | |
| rioko.searchers.breadth |
| Modifier and Type | Method and Description |
|---|---|
AdjacencyListGraph<V,E> |
AdjacencyListGraph.getSimilarType()
Method that return a new Graph with the same class of vertices and edges.
|
AdjacencyListGraph<V,E> |
AdjacencyListGraph.inducedSubgraph(java.util.Collection<V> nodes)
Method to get the induced sub-graph given a collection of vertices.
|
| Constructor and Description |
|---|
BreadthSearchIterator(AdjacencyListGraph<V,? extends Edge<V>> graph,
V root) |
| Constructor and Description |
|---|
DirectedSearchIterator(AdjacencyListGraph<V,? extends Edge<V>> graph,
V root) |
DirectedSearchIterator(AdjacencyListGraph<V,? extends Edge<V>> graph,
V root,
boolean searchAll) |
UndirectedSearchIterator(AdjacencyListGraph<V,? extends Edge<V>> graph,
V root) |
UndirectedSearchIterator(AdjacencyListGraph<V,? extends Edge<V>> graph,
V root,
boolean searchAll) |