public interface CognitiveModelState extends CloneableSerializable
| Modifier and Type | Method and Description |
|---|---|
CognitiveModelState |
clone()
A deep copy clone of this state.
|
CogxelState |
getCogxels()
Gets the CogxelState.
|
CognitiveModelInput |
getInput()
Gets the input to the model for this state.
|
java.util.Collection<CognitiveModuleState> |
getModuleStates()
Gets the collection of module states.
|
void |
setInput(CognitiveModelInput input)
Sets the input for this model state.
|
CognitiveModelState clone()
clone in interface CloneableSerializableCognitiveModelInput getInput()
CogxelState getCogxels()
java.util.Collection<CognitiveModuleState> getModuleStates()
void setInput(CognitiveModelInput input)
input - The new input.