| Package | Description |
|---|---|
| org.semanticweb.elk.util.concurrent.computation |
| Class and Description |
|---|
| ComputationExecutor
A custom
ExecutorService for starting a several copies of runnable
tasks, and waiting for it computation; it allows to interrupt all running
tasks without shutting down the ExecutorService. |
| ComputationThreadGroup
Thread groups used by this executor
|
| InputProcessor
An abstract interface for submitting and processing jobs of a certain type.
|
| InputProcessorFactory
An factory for creation of input processor engines of a given type.
|
| InputProcessorListenerNotifyFinishedJob
A listener to be used with
InputProcessor that can be used to perform
actions when a job is processed. |
| Interrupter
An abstract interface for interrupting computations.
|
| SimpleInterrupter
A simple interrupter, which uses a flag about the interrupt status
|
Copyright © 2011-2015 Department of Computer Science, University of Oxford. All Rights Reserved.