Package | Description |
---|---|
gov.sandia.cognition.framework |
Provides the interfaces for the Cognitive Framework.
|
gov.sandia.cognition.framework.concurrent |
Provides a concurrent implementation of teh Cognitive Framework.
|
gov.sandia.cognition.framework.io |
Provides file format handlers for the Cognitive Framework.
|
gov.sandia.cognition.framework.lite |
Provides a lightweight implementation of the Cognitive Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCognitiveModelFactory
The AbstractCognitiveModelFactory class defines common functionality
among CognitiveModelFactory implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
MultithreadedCognitiveModelFactory
This class defines a CognitiveModelFactory for creating
MultithreadedCognitiveModel objects.
|
Modifier and Type | Method and Description |
---|---|
static CognitiveModelFactory |
ModelFileHandler.readModelFactory(java.io.File file)
Attempts to read a CognitiveModelFactory from the given file.
|
static CognitiveModelFactory |
ModelFileHandler.readModelFactory(java.lang.String fileName)
Attempts to read a CognitiveModelFactory from the given file name.
|
static CognitiveModelFactory |
ModelFileHandler.readModelFactoryBinarySerialized(java.io.File file)
Attempts to read a CognitiveModelFactory from the given file in binary
serialized format.
|
static CognitiveModelFactory |
ModelFileHandler.readModelFactoryCSV(java.io.File file)
Attempts to read a CognitiveModelFactory from the given file in CSV
format.
|
static CognitiveModelFactory |
ModelFileHandler.readModelFactoryXMLSerialized(java.io.File file)
Attempts to read a CognitiveModelFactory from the given file in XML
serialized format.
|
Modifier and Type | Class and Description |
---|---|
class |
CognitiveModelLiteFactory
The CognitiveModelLiteFactory defines a CognitiveModelFactory for creating
CognitiveModelLite objects.
|