Uses of Interface
org.semanticweb.elk.util.concurrent.computation.InputProcessor

Packages that use InputProcessor
org.semanticweb.elk.util.concurrent.computation   
 

Uses of InputProcessor in org.semanticweb.elk.util.concurrent.computation
 

Classes in org.semanticweb.elk.util.concurrent.computation with type parameters of type InputProcessor
 interface InputProcessorFactory<I,P extends InputProcessor<I>>
          An factory for creation of input processor engines of a given type.
 

Classes in org.semanticweb.elk.util.concurrent.computation that implement InputProcessor
 class BaseInputProcessor<J>
          Implements basic job queueing and lets subclasses focus on processing single jobs
 class DelegatingInputProcessor<J>
           
 

Constructors in org.semanticweb.elk.util.concurrent.computation with parameters of type InputProcessor
DelegatingInputProcessor(InputProcessor<J> p)
           
 



Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.