| Interface | Description |
|---|---|
| GraphIterator<E> |
COPIED FROM FISHEYE SOURCE
|
| GraphUtils.NodeInserter<N> |
Interface to abstract the type of search (breadth-first / depth-first)
|
| Class | Description |
|---|---|
| GraphUtils |
Utility class for walking Directed Acyclic Graphs.
|
| GraphUtils.BreadthFirstNodeInserter<N> |
node inserter for breadth first search
|
| GraphUtils.DefaultGraphIterator<E,ID> | |
| GraphUtils.DepthFirstNodeInserter<N> |
Node inserter for depth-first-search
|
| GraphUtils.PredicateMatcher<N> | |
| NewGraphUtils |
Copyright © 2015 Atlassian Software Systems. All rights reserved.