Package generic.concurrent
Class ConcurrentGraphQ<I>
- java.lang.Object
 - 
- generic.concurrent.ConcurrentGraphQ<I>
 
 
- 
public class ConcurrentGraphQ<I> extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description ConcurrentGraphQ(QRunnable<I> runnable, AbstractDependencyGraph<I> graph, GThreadPool pool, TaskMonitor monitor) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidexecute() 
 - 
 
- 
- 
Constructor Detail
- 
ConcurrentGraphQ
public ConcurrentGraphQ(QRunnable<I> runnable, AbstractDependencyGraph<I> graph, GThreadPool pool, TaskMonitor monitor)
 
 - 
 
 -