Package | Description |
---|---|
gov.sandia.cognition.framework.lite |
Provides a lightweight implementation of the Cognitive Framework.
|
Modifier and Type | Method and Description |
---|---|
SharedSemanticMemoryLiteSettings |
SharedSemanticMemoryLiteSettings.clone()
This makes public the clone method on the
Object class and
removes the exception that it throws. |
SharedSemanticMemoryLiteSettings |
SharedSemanticMemoryLite.getSettings()
Gets the settings for the module, which can be used to create another
instantation of a module.
|
SharedSemanticMemoryLiteSettings |
SharedSemanticMemoryLiteFactory.getSettings()
Gets the settings of the factory.
|
Constructor and Description |
---|
SharedSemanticMemoryLite(SemanticIdentifierMap semanticIdentifierMap,
SharedSemanticMemoryLiteSettings sharedSettings)
Creates a new instance of SharedSemanticMemoryLite.
|