Package | Description |
---|---|
gov.sandia.cognition.framework.lite |
Provides a lightweight implementation of the Cognitive Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
SimplePatternRecognizer
The SimplePatternRecognizer class implements a simple version of the
PatternRecognizerLite interface.
|
Modifier and Type | Method and Description |
---|---|
MutablePatternRecognizerLite |
MutableSemanticMemoryLiteFactory.getRecognizer()
Gets the recognizer of the factory.
|
MutablePatternRecognizerLite |
MutableSemanticMemoryLite.getSettings()
Gets the pattern recognizer.
|
MutablePatternRecognizerLite |
MutableSemanticMemoryLiteFactory.getSettings()
Gets the settings of the factory.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableSemanticMemoryLiteFactory.setRecognizer(MutablePatternRecognizerLite recognizer)
Sets the settings used by the factory.
|
Constructor and Description |
---|
MutableSemanticMemoryLite(SemanticIdentifierMap semanticIdentifierMap,
MutablePatternRecognizerLite recognizer)
Creates a new instance of MutableSemanticMemoryLite.
|
MutableSemanticMemoryLiteFactory(MutablePatternRecognizerLite recognizer)
Creates a new instance of MutableSemanticMemoryLiteFactory.
|