| Methods in jcommon.graph with parameters of type ITopologicalSortStrategy |
List<TVertex> |
IGraph.sort(ITopologicalSortStrategy<TVertex> strategy)
Provides a topologically sorted list of IVertex vertices. |
List<TVertex> |
DirectedAcyclicGraph.sort(ITopologicalSortStrategy<TVertex> strategy)
|
ITopologicalSortAsyncResult |
IGraph.sortAsync(ExecutorService executor,
ITopologicalSortStrategy<TVertex> strategy,
ITopologicalSortCallback<TVertex> callback)
Allows you to asynchronously and in-parallel process the vertices of a graph topologically. |
ITopologicalSortAsyncResult |
DirectedAcyclicGraph.sortAsync(ExecutorService executor,
ITopologicalSortStrategy<TVertex> strategy,
ITopologicalSortCallback<TVertex> callback)
|
ITopologicalSortAsyncResult |
IGraph.sortAsync(ExecutorService executor,
ITopologicalSortStrategy<TVertex> strategy,
ITopologicalSortCallback<TVertex> callback,
ITopologicalSortErrorCallback<TVertex> errorCallback)
Allows you to asynchronously and in-parallel process the vertices of a graph topologically. |
ITopologicalSortAsyncResult |
DirectedAcyclicGraph.sortAsync(ExecutorService executor,
ITopologicalSortStrategy<TVertex> strategy,
ITopologicalSortCallback<TVertex> callback,
ITopologicalSortErrorCallback<TVertex> errorCallback)
|
ITopologicalSortAsyncResult |
IGraph.sortAsync(ITopologicalSortStrategy<TVertex> strategy,
ITopologicalSortCallback<TVertex> callback)
Allows you to asynchronously and in-parallel process the vertices of a graph topologically. |
ITopologicalSortAsyncResult |
DirectedAcyclicGraph.sortAsync(ITopologicalSortStrategy<TVertex> strategy,
ITopologicalSortCallback<TVertex> callback)
|
ITopologicalSortAsyncResult |
IGraph.sortAsync(ITopologicalSortStrategy<TVertex> strategy,
ITopologicalSortCallback<TVertex> callback,
ITopologicalSortErrorCallback<TVertex> errorCallback)
Allows you to asynchronously and in-parallel process the vertices of a graph topologically. |
ITopologicalSortAsyncResult |
DirectedAcyclicGraph.sortAsync(ITopologicalSortStrategy<TVertex> strategy,
ITopologicalSortCallback<TVertex> callback,
ITopologicalSortErrorCallback<TVertex> errorCallback)
|