Uses of Interface
jcommon.graph.ITopologicalSortCoordinator

Packages that use ITopologicalSortCoordinator
jcommon.graph Contains the standard API for interfacing with the jcommon-graph library. 
 

Uses of ITopologicalSortCoordinator in jcommon.graph
 

Methods in jcommon.graph with parameters of type ITopologicalSortCoordinator
 TProcessedValue ITopologicalSortCallback.handle(TValue value, ITopologicalSortInput<TValue,TProcessedValue> input, IVertex<TValue> vertex, ITopologicalSortCoordinator coordinator)
          The callback that will be executed inside a thread other than the one invoking the sort.
 void ITopologicalSortErrorCallback.handleError(TValue value, Throwable t, IVertex<TValue> vertex, ITopologicalSortCoordinator coordinator)
          The callback that will be executed inside a thread pool other than the one invoking the sort.
 



Copyright © 2012-2013. All Rights Reserved.