See: Description
Interface | Description |
---|---|
ConcurrentCognitiveModule |
The ConcurrentCognitiveModule interface extends the functionality of
CognitiveModule to support concurrent module evaluation within a
CognitiveModel.
|
Class | Description |
---|---|
AbstractConcurrentCognitiveModule |
The AbstractConcurrentCognitiveModule class is an abstract class that
implements common functionality of classes that implement the
ConcurrentCognitiveModule interface.
|
MultithreadedCognitiveModel |
This class provides a multithreaded implementation of the CognitiveModel
interface.
|
MultithreadedCognitiveModel.ModuleEvaluator |
Implements a Callable class for executing the evaluation of a
CognitiveModule on a thread
|
MultithreadedCognitiveModelFactory |
This class defines a CognitiveModelFactory for creating
MultithreadedCognitiveModel objects.
|
ConcurrentCognitiveModule
that breaks the module update into three
pars: a syhcronous read, asynchronous processing, and synchronous write.