Uses of Interface
edu.memphis.ccrg.lida.workspace.workspaceBuffer.WorkspaceBuffer

Packages that use WorkspaceBuffer
edu.memphis.ccrg.lida.attentioncodelets Contains classes related to Attention Codelets, these processes function to select and bring content to the GlobalWorkspace. 
edu.memphis.ccrg.lida.framework.tasks Contains classes related to the framework's tasks (small processes) and their management. 
edu.memphis.ccrg.lida.workspace.structurebuildingcodelets Contains classes related to the definition and implementation of Structure-Building codelets. 
edu.memphis.ccrg.lida.workspace.workspaceBuffer Contains classes related to the definition and implementation of Workspace buffers. 
 

Uses of WorkspaceBuffer in edu.memphis.ccrg.lida.attentioncodelets
 

Fields in edu.memphis.ccrg.lida.attentioncodelets declared as WorkspaceBuffer
protected  WorkspaceBuffer AttentionCodeletImpl.currentSituationalModel
          Where codelet will look for and retrieve content from
 

Methods in edu.memphis.ccrg.lida.attentioncodelets with parameters of type WorkspaceBuffer
 boolean BasicAttentionCodelet.bufferContainsSoughtContent(WorkspaceBuffer buffer)
          Returns true if specified WorkspaceBuffer contains this codelet's sought content.
 NodeStructure BasicAttentionCodelet.retrieveWorkspaceContent(WorkspaceBuffer buffer)
          Returns sought content and related content from specified WorkspaceBuffer.
 

Uses of WorkspaceBuffer in edu.memphis.ccrg.lida.framework.tasks
 

Methods in edu.memphis.ccrg.lida.framework.tasks with parameters of type WorkspaceBuffer
 boolean Codelet.bufferContainsSoughtContent(WorkspaceBuffer buffer)
          Returns true if specified WorkspaceBuffer contains this codelet's sought content.
 NodeStructure Codelet.retrieveWorkspaceContent(WorkspaceBuffer buffer)
          Returns sought content and related content from specified WorkspaceBuffer.
 

Uses of WorkspaceBuffer in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets
 

Fields in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets declared as WorkspaceBuffer
protected  WorkspaceBuffer StructureBuildingCodeletImpl.writableBuffer
          WorkspaceBuffer to be written to.
 

Fields in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets with type parameters of type WorkspaceBuffer
protected  java.util.Set<WorkspaceBuffer> StructureBuildingCodeletImpl.readableBuffers
          Set of workspace buffers this codelet reads from.
 

Methods in edu.memphis.ccrg.lida.workspace.structurebuildingcodelets with parameters of type WorkspaceBuffer
 boolean BasicStructureBuildingCodelet.bufferContainsSoughtContent(WorkspaceBuffer buffer)
           
 NodeStructure BasicStructureBuildingCodelet.retrieveWorkspaceContent(WorkspaceBuffer buffer)
           
 

Uses of WorkspaceBuffer in edu.memphis.ccrg.lida.workspace.workspaceBuffer
 

Classes in edu.memphis.ccrg.lida.workspace.workspaceBuffer that implement WorkspaceBuffer
 class BroadcastQueueImpl
          The BroadcastQueue is the data structure storing the recent contents of consciousness.
 class WorkspaceBufferImpl
          This class implements module of WorkspaceBuffer.