Uses of Interface
edu.memphis.ccrg.lida.pam.PerceptualAssociativeMemory

Packages that use PerceptualAssociativeMemory
edu.memphis.ccrg.lida.episodicmemory.sdm Contains classes related to an implementation of Sparse Distributed Memory (Kanerva). 
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.pam.tasks Contains classes implementing several low-level processes of the default PerceptualAssociativeMemory. 
 

Uses of PerceptualAssociativeMemory in edu.memphis.ccrg.lida.episodicmemory.sdm
 

Methods in edu.memphis.ccrg.lida.episodicmemory.sdm that return PerceptualAssociativeMemory
 PerceptualAssociativeMemory BasicTranslator.getPam()
          Gets Pam
 

Methods in edu.memphis.ccrg.lida.episodicmemory.sdm with parameters of type PerceptualAssociativeMemory
 void BasicTranslator.setPam(PerceptualAssociativeMemory pam)
          Sets Pam
 

Constructors in edu.memphis.ccrg.lida.episodicmemory.sdm with parameters of type PerceptualAssociativeMemory
BasicTranslator(int size, PerceptualAssociativeMemory pam)
          Constructs a new translator with specified attributes.
 

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

Classes in edu.memphis.ccrg.lida.pam that implement PerceptualAssociativeMemory
 class PerceptualAssociativeMemoryImpl
          Default implementation of PerceptualAssociativeMemory.
 

Uses of PerceptualAssociativeMemory in edu.memphis.ccrg.lida.pam.tasks
 

Fields in edu.memphis.ccrg.lida.pam.tasks declared as PerceptualAssociativeMemory
protected  PerceptualAssociativeMemory MultipleDetectionAlgorithm.pam
          the PerceptualAssociativeMemory
protected  PerceptualAssociativeMemory BasicDetectionAlgorithm.pam
          the PerceptualAssociativeMemory
 

Constructors in edu.memphis.ccrg.lida.pam.tasks with parameters of type PerceptualAssociativeMemory
AddLinkToPerceptTask(Link link, PerceptualAssociativeMemory pam)
          Default constructor
AddNodeStructureToPerceptTask(NodeStructure ns, PerceptualAssociativeMemory pam)
          Default constructor
AddNodeToPerceptTask(Node n, PerceptualAssociativeMemory pam)
          Default constructor
ExcitationTask(int ticksPerRun, PamNode n, double excitation, PerceptualAssociativeMemory pam)
          Instantiates a new excitation task to excite supplied PamNode specified amount.
PropagationTask(int ticksPerRun, PamLink link, double amount, PerceptualAssociativeMemory pam)
          Default constructor.