Uses of Interface
org.jactr.modules.pm.aural.memory.IAuralMemory

Packages that use IAuralMemory
org.jactr.modules.pm.aural   
org.jactr.modules.pm.aural.memory   
org.jactr.modules.pm.aural.memory.impl   
org.jactr.modules.pm.aural.memory.impl.encoder   
 

Uses of IAuralMemory in org.jactr.modules.pm.aural
 

Methods in org.jactr.modules.pm.aural that return IAuralMemory
 IAuralMemory IAuralModule.getAuralMemory()
          return the backing aural memory.
 IAuralMemory AbstractAuralModule.getAuralMemory()
           
 

Uses of IAuralMemory in org.jactr.modules.pm.aural.memory
 

Methods in org.jactr.modules.pm.aural.memory with parameters of type IAuralMemory
static IChunk AuralUtilities.getAuralEvent(PerceptualSearchResult searchResult, IAuralMemory auralMemory)
           
static PerceptualSearchResult AuralUtilities.getSearchResult(IChunk locationChunk, IAuralMemory auralMemory)
           
static PerceptualSearchResult AuralUtilities.getSearchResult(org.commonreality.identifier.IIdentifier perceptualIdentifier, IAuralMemory auralMemory)
          return search result with identifier
 

Uses of IAuralMemory in org.jactr.modules.pm.aural.memory.impl
 

Classes in org.jactr.modules.pm.aural.memory.impl that implement IAuralMemory
 class DefaultAuralMemory
           
 

Uses of IAuralMemory in org.jactr.modules.pm.aural.memory.impl.encoder
 

Methods in org.jactr.modules.pm.aural.memory.impl.encoder with parameters of type IAuralMemory
static IChunk AbstractAuralEncoder.getAudioEvent(org.commonreality.object.IAfferentObject afferent, IAuralMemory memory)