Package | Description |
---|---|
gov.sandia.cognition.framework.lite |
Provides a lightweight implementation of the Cognitive Framework.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutablePatternRecognizerLite
The MutablePatternRecognizerLite interface extends the PatternRecognizerLite
interface to add methods for changing the recognizer dynamically.
|
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 |
---|---|
PatternRecognizerLite |
PatternRecognizerLite.clone()
Creates a deep copy of the pattern recognizer.
|
PatternRecognizerLite |
AbstractSemanticMemoryLite.getRecognizer()
Gets the pattern recognizer lite for the semantic memory lite.
|
PatternRecognizerLite |
SharedSemanticMemoryLiteSettings.getRecognizer()
Gets the pattern recognizer to use.
|
Constructor and Description |
---|
AbstractSemanticMemoryLite(SemanticIdentifierMap semanticIdentifierMap,
PatternRecognizerLite recognizer)
Creates a new instance of AbstractSemanticMemoryLite.
|
SharedSemanticMemoryLiteFactory(PatternRecognizerLite recognizer)
Creates a new instance of SharedSemanticMemoryLiteFactory.
|
SharedSemanticMemoryLiteSettings(PatternRecognizerLite recognizer)
Creates a new instance of SharedSemanticMemoryLiteSettings.
|