Uses of Interface
edu.memphis.ccrg.lida.episodicmemory.sdm.Translator

Packages that use Translator
edu.memphis.ccrg.lida.episodicmemory Contains classes related to the definition of the Episodic Memory module and its default implementation. 
edu.memphis.ccrg.lida.episodicmemory.sdm Contains classes related to an implementation of Sparse Distributed Memory (Kanerva). 
 

Uses of Translator in edu.memphis.ccrg.lida.episodicmemory
 

Methods in edu.memphis.ccrg.lida.episodicmemory that return Translator
 Translator EpisodicMemoryImpl.getTranslator()
          Returns the Translator associated with this EpisodicMemoryImpl
 

Methods in edu.memphis.ccrg.lida.episodicmemory with parameters of type Translator
 void EpisodicMemoryImpl.setTranslator(Translator translator)
          Sets the Translator of this EpisodicMemoryImpl
 

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

Classes in edu.memphis.ccrg.lida.episodicmemory.sdm that implement Translator
 class BasicTranslator
          This is the class that translates from nodes to boolean vectors and vice- versa.