Package | Description |
---|---|
gov.sandia.cognition.framework.lite |
Provides a lightweight implementation of the Cognitive Framework.
|
Modifier and Type | Field and Description |
---|---|
protected CognitiveModelLiteState |
AbstractCognitiveModelLite.state
The current state of the model.
|
Modifier and Type | Method and Description |
---|---|
CognitiveModelLiteState |
CognitiveModelLiteState.clone()
This makes public the clone method on the
Object class and
removes the exception that it throws. |
CognitiveModelLiteState |
AbstractCognitiveModelLite.getCurrentState()
Gets the current state of the model.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCognitiveModelLite.initializeCognitiveState(CognitiveModelLiteState state)
This method takes a cognitive state and initializes it by initializing
all the module states on it.
|
void |
AbstractCognitiveModelLite.setCognitiveState(CognitiveModelLiteState state)
Sets the cognitive state to the given state.
|
Constructor and Description |
---|
CognitiveModelLiteState(CognitiveModelLiteState other)
Creates a new copy of a CognitiveModelLiteState.
|