Uses of Interface
edu.memphis.ccrg.lida.workspace.WorkspaceContent

Packages that use WorkspaceContent
edu.memphis.ccrg.lida.framework.shared Contains classes related to common data structures used in the framework. 
edu.memphis.ccrg.lida.pam Contains classes related to the definition of the Perceptual Associative Memory module and its default implementation. 
edu.memphis.ccrg.lida.workspace Contains classes related to the definition of the Workspace module and its default implementation. 
edu.memphis.ccrg.lida.workspace.workspacebuffers Contains classes related to the definition of of Workspace buffers and their default implementations. 
 

Uses of WorkspaceContent in edu.memphis.ccrg.lida.framework.shared
 

Classes in edu.memphis.ccrg.lida.framework.shared that implement WorkspaceContent
 class NodeStructureImpl
          Default implementation of NodeStructure.
 

Uses of WorkspaceContent in edu.memphis.ccrg.lida.pam
 

Classes in edu.memphis.ccrg.lida.pam that implement WorkspaceContent
protected static class PerceptualAssociativeMemoryImpl.PamNodeStructure
          Internal implementation of NodeStructureImpl.
 

Methods in edu.memphis.ccrg.lida.pam with parameters of type WorkspaceContent
 void PerceptualAssociativeMemoryImpl.receiveWorkspaceContent(ModuleName originatingBuffer, WorkspaceContent content)
           
 

Uses of WorkspaceContent in edu.memphis.ccrg.lida.workspace
 

Methods in edu.memphis.ccrg.lida.workspace with parameters of type WorkspaceContent
 void WorkspaceListener.receiveWorkspaceContent(ModuleName originatingBuffer, WorkspaceContent content)
          Receive NodeStructure content from ModuleType originatingBuffer
 

Uses of WorkspaceContent in edu.memphis.ccrg.lida.workspace.workspacebuffers
 

Methods in edu.memphis.ccrg.lida.workspace.workspacebuffers that return WorkspaceContent
 WorkspaceContent BroadcastQueueImpl.getBufferContent(java.util.Map<java.lang.String,java.lang.Object> params)
           
 WorkspaceContent WorkspaceBuffer.getBufferContent(java.util.Map<java.lang.String,java.lang.Object> params)
          Gets buffer content based on specified parameters.
 WorkspaceContent WorkspaceBufferImpl.getBufferContent(java.util.Map<java.lang.String,java.lang.Object> params)
           
 

Methods in edu.memphis.ccrg.lida.workspace.workspacebuffers with parameters of type WorkspaceContent
 void BroadcastQueueImpl.addBufferContent(WorkspaceContent content)
           
 void WorkspaceBuffer.addBufferContent(WorkspaceContent content)
          Adds specified content to this workspace buffer.
 void WorkspaceBufferImpl.addBufferContent(WorkspaceContent content)