Package | Description |
---|---|
gov.sandia.cognition.framework.lite |
Provides a lightweight implementation of the Cognitive Framework.
|
Modifier and Type | Method and Description |
---|---|
SimplePatternRecognizerState |
SimplePatternRecognizerState.clone()
This makes public the clone method on the
Object class and
removes the exception that it throws. |
SimplePatternRecognizerState |
SimplePatternRecognizer.initialState()
Creates a new initial state for the recognizer.
|
Constructor and Description |
---|
SimplePatternRecognizerState(SimplePatternRecognizerState other)
Creats a new instance of SimplePatternRecognizerState.
|