| Package | Description |
|---|---|
| org.semanticweb.elk.util.concurrent.computation |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputProcessorFactory<I,P extends InputProcessor<I>>
A
ProcessorFactory that produce InputProcessors of a given
type. |
interface |
Interrupter
An abstract interface for interrupting computations.
|
interface |
ProcessorFactory<P extends Processor>
A factory for creation of
InputProcessors of a given type. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentComputation<F extends ProcessorFactory<?>>
A class for concurrent processing using the supplied
ProcessorFactory
. |
class |
ConcurrentComputationWithInputs<I,F extends InputProcessorFactory<I,?>>
An class for concurrent processing of a number of tasks.
|
class |
DelegateInterruptMonitor
A
InterruptMonitor that delegates the calls to the delegate specified
in the constructor. |
| Constructor and Description |
|---|
DelegateInterruptMonitor(InterruptMonitor interrupter) |
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.