Uses of Class
clarion.system.WorkingMemory

Packages that use WorkingMemory
clarion.system   
 

Uses of WorkingMemory in clarion.system
 

Fields in clarion.system declared as WorkingMemory
private  WorkingMemory CLARION.wm
          The Working Memory.
protected  WorkingMemory ACS.WM
          Points to the working memory from the instance of the CLARION class to which this instance of the ACS is attached.
 

Methods in clarion.system that return WorkingMemory
 WorkingMemory CLARION.getWorkingMemory()
          Gets the working memory.
 

Methods in clarion.system with parameters of type WorkingMemory
protected  void CLARION.attachWorkingMemory(WorkingMemory WM)
          Attaches the working memory to this instance of CLARION.