|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Workspace
The workspace collection of submodules where Cues from episodic memories, the recent contents of conscious, the perceptual buffer, and the current situational model are stored. A workspace should be interfaceable with codelets whose job is to operate on the contents of these submodules.
| Method Summary | |
|---|---|
void |
addCueListener(CueListener l)
Add episodic memory that will listen for cues from the Workspace |
void |
addWorkspaceListener(WorkspaceListener l)
Adds specified WorkspaceListener |
void |
cueEpisodicMemories(NodeStructure ns)
Prompts this Workspace to cue episodic memories with content. |
| Methods inherited from interface edu.memphis.ccrg.lida.framework.FrameworkModule |
|---|
addListener, addSubModule, containsSubmodule, containsSubmodule, decayModule, getAssistingTaskSpawner, getModuleContent, getModuleName, getSubmodule, getSubmodule, getSubmodules, setAssistingTaskSpawner, setModuleName, taskManagerDecayModule |
| Methods inherited from interface edu.memphis.ccrg.lida.framework.initialization.FullyInitializable |
|---|
setAssociatedModule |
| Methods inherited from interface edu.memphis.ccrg.lida.framework.initialization.Initializable |
|---|
containsParameter, getParam, getParameters, init, init |
| Method Detail |
|---|
void addCueListener(CueListener l)
l - listenervoid addWorkspaceListener(WorkspaceListener l)
WorkspaceListener
l - listener of this Workspacevoid cueEpisodicMemories(NodeStructure ns)
ns - NodeStructure to cue with.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||