- All Implemented Interfaces:
- java.util.concurrent.Callable<Case>
public class LocalGroupHandler
extends java.lang.Object
implements java.util.concurrent.Callable<Case>
Iterates over analyzer and channels the cases through the pipeline. A local group is the longest subpipeline of local
analyzers. This subpipeline can be executed for a case in one thread. Therefore a thread can work longer without interuption
- Author:
- schumacher