| Methods in jcommon.graph with parameters of type ITopologicalSortErrorCallback |
ITopologicalSortAsyncResult |
ITopologicalSortStrategy.sortAsync(ExecutorService executor,
IAdjacencyList<TVertex> adjacencyList,
ITopologicalSortCallback<TVertex> callback,
ITopologicalSortErrorCallback<TVertex> errorCallback)
Allows you to asynchronously and in-parallel process the vertices of a graph topologically. |
ITopologicalSortAsyncResult |
IGraph.sortAsync(ExecutorService executor,
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,
ITopologicalSortCallback<TVertex> callback,
ITopologicalSortErrorCallback<TVertex> errorCallback)
|
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(ITopologicalSortCallback<TVertex> callback,
ITopologicalSortErrorCallback<TVertex> errorCallback)
Allows you to asynchronously and in-parallel process the vertices of a graph topologically. |
ITopologicalSortAsyncResult |
DirectedAcyclicGraph.sortAsync(ITopologicalSortCallback<TVertex> callback,
ITopologicalSortErrorCallback<TVertex> errorCallback)
|
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)
|