Uses of Interface
org.jactr.modules.pm.aural.IAuralModule

Packages that use IAuralModule
org.jactr.modules.pm.aural   
org.jactr.modules.pm.aural.buffer.processor   
org.jactr.modules.pm.aural.buffer.six   
org.jactr.modules.pm.aural.delegate   
org.jactr.modules.pm.aural.event   
org.jactr.modules.pm.aural.memory   
org.jactr.modules.pm.aural.memory.impl   
org.jactr.modules.pm.aural.memory.impl.filter   
org.jactr.modules.pm.aural.six   
 

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

Classes in org.jactr.modules.pm.aural that implement IAuralModule
 class AbstractAuralModule
          abstract implementation of the aural module that takes care of most of the details.
 

Methods in org.jactr.modules.pm.aural with parameters of type IAuralModule
 double IAuralEncodingTimeEquation.computeEncodingTime(IChunk soundChunk, IAuralModule auralModule)
           
 

Uses of IAuralModule in org.jactr.modules.pm.aural.buffer.processor
 

Constructors in org.jactr.modules.pm.aural.buffer.processor with parameters of type IAuralModule
AttendToRequestDelegate(IAuralModule module, IChunkType attendChunkType, java.lang.String locationSlotName)
           
AuralSearchRequestDelegate(IAuralModule module)
           
 

Uses of IAuralModule in org.jactr.modules.pm.aural.buffer.six
 

Constructors in org.jactr.modules.pm.aural.buffer.six with parameters of type IAuralModule
DefaultAuralActivationBuffer(IAuralModule module, IAuralLocationBuffer locationBuffer)
           
DefaultAuralLocationBuffer(IAuralModule module)
           
 

Uses of IAuralModule in org.jactr.modules.pm.aural.delegate
 

Methods in org.jactr.modules.pm.aural.delegate with parameters of type IAuralModule
 IChunk AuralAttendingDelegate.getSearchResult(PerceptualSearchResult searchResult, IAuralModule auralModule, java.lang.String streamName)
          returns the contents of the perceptual search
 

Uses of IAuralModule in org.jactr.modules.pm.aural.event
 

Constructors in org.jactr.modules.pm.aural.event with parameters of type IAuralModule
AuralModuleEvent(IAuralModule source, AuralModuleEvent.Type type)
           
AuralModuleEvent(IAuralModule source, AuralModuleEvent.Type type, IChunk chunk)
           
AuralModuleEvent(IAuralModule source, java.lang.String parameterName, java.lang.Object oldValue, java.lang.Object newValue)
           
 

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

Methods in org.jactr.modules.pm.aural.memory that return IAuralModule
 IAuralModule IAuralMemory.getAuralModule()
           
 

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

Methods in org.jactr.modules.pm.aural.memory.impl that return IAuralModule
 IAuralModule DefaultAuralMemory.getAuralModule()
           
 

Constructors in org.jactr.modules.pm.aural.memory.impl with parameters of type IAuralModule
AuralEventIndexManager(IAuralModule module)
           
DefaultAuralMemory(IAuralModule module, IActivePerceptListener listener)
           
DefaultPerceptListener(IAuralModule module)
           
 

Uses of IAuralModule in org.jactr.modules.pm.aural.memory.impl.filter
 

Methods in org.jactr.modules.pm.aural.memory.impl.filter that return IAuralModule
 IAuralModule NearestAuralFilter.getAuralModule()
           
 

Constructors in org.jactr.modules.pm.aural.memory.impl.filter with parameters of type IAuralModule
NearestAuralFilter(double[] referenceLocation, IAuralModule auralModule)
           
NearestAuralFilter(IAuralModule auralModule)
           
 

Uses of IAuralModule in org.jactr.modules.pm.aural.six
 

Classes in org.jactr.modules.pm.aural.six that implement IAuralModule
 class DefaultAuralModule6