Package | Description |
---|---|
gov.sandia.cognition.framework.concurrent |
Provides a concurrent implementation of teh Cognitive Framework.
|
gov.sandia.cognition.framework.lite |
Provides a lightweight implementation of the Cognitive Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
MultithreadedCognitiveModel
This class provides a multithreaded implementation of the CognitiveModel
interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCognitiveModelLite
The AbstractCognitiveModelLite class is an abstract class that implements
common functionality of classes that share general functionality
with the CognitiveModelLite - i.e.
|
class |
CognitiveModelLite
This class provides a lite implementation of the CognitiveModel interface.
|