Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.jgrapht.traverse Classes and Interfaces - 8 results found.
| Name | Description | Type | Package | Framework |
| AbstractGraphIterator | An empty implementation of a graph iterator to minimize the effort required to implement graph iterators. | Class | org.jgrapht.traverse | JGraph |
|
| BreadthFirstIterator | A breadth-first iterator for a directed and an undirected graph. | Class | org.jgrapht.traverse | JGraph |
|
| ClosestFirstIterator | A closest-first iterator for a directed or undirected graph. | Class | org.jgrapht.traverse | JGraph |
|
| CrossComponentIterator | Provides a cross-connected-component traversal functionality for iteratorSince:Jan 31, 2004Author:Barak Naveh | Class | org.jgrapht.traverse | JGraph |
|
| CrossComponentIterator .VisitColor | Standard vertex visit state enumeration. | Class | org.jgrapht.traverse.CrossComponentIterator | JGraph |
|
| DepthFirstIterator | A depth-first iterator for a directed and an undirected graph. | Class | org.jgrapht.traverse | JGraph |
|
| GraphIterator | | Interface | org.jgrapht.traverse | JGraph |
|
| TopologicalOrderIterator | topological sort is a permutation p of the vertices of a graph such that an edge (i,j) implies that i appears before j | Class | org.jgrapht.traverse | JGraph |