org.jactr.modules.pm.aural.six
Class DefaultAuralModule6

java.lang.Object
  extended by org.jactr.core.module.AbstractModule
      extended by org.jactr.core.module.asynch.AbstractAsynchronousModule
          extended by org.jactr.modules.pm.AbstractPerceptualModule
              extended by org.jactr.modules.pm.aural.AbstractAuralModule
                  extended by org.jactr.modules.pm.aural.six.DefaultAuralModule6
All Implemented Interfaces:
IAsynchronousModule, IModule, IInitializable, IInstallable, IParameterized, IAuralModule, IPerceptualModule

public class DefaultAuralModule6
extends AbstractAuralModule

Author:
developer

Field Summary
 
Fields inherited from interface org.jactr.modules.pm.aural.IAuralModule
ATTENDED_STATUS_SLOT, AUDIO_EVENT_CHUNK_TYPE, AURAL_BUFFER, AURAL_LOCATION_BUFFER, CLEAR_CHUNK_TYPE, CONTENT_SLOT, DIGIT_CHUNK_TYPE, EVENT_SLOT, EXTERNAL_CHUNK, HIGHEST_CHUNK, INTERNAL_CHUNK, KIND_SLOT, LOCATION_SLOT, LOWEST_CHUNK, OFFSET_SLOT, ONSET_SLOT, SOUND_CHUNK_TYPE, SPEECH_CHUNK_TYPE, TONE_CHUNK_TYPE, WORD_CHUNK_TYPE
 
Fields inherited from interface org.jactr.core.module.asynch.IAsynchronousModule
STRICT_SYNCHRONIZATION_PARAM
 
Constructor Summary
DefaultAuralModule6()
           
 
Method Summary
 
Methods inherited from class org.jactr.modules.pm.aural.AbstractAuralModule
dispose, encodeAuditoryChunkAt, getAudicon, getAudioEventChunkType, getAuralBuffer, getAuralDecayTime, getAuralLocationBuffer, getClearChunkType, getEncodingTimeEquation, getExternalChunk, getHighestChunk, getInternalChunk, getLowestChunk, getRecodeTime, getSoundChunkType, initialize, isBufferStuffEnabled, reset, scanAuditoryField, setAuralDecayTime, setRecodeTime
 
Methods inherited from class org.jactr.modules.pm.AbstractPerceptualModule
getBusyChunk, getCommonRealityExecutor, getErrorChunk, getExecutor, getFreeChunk, getRequestedChunk, getUnrequestedChunk
 
Methods inherited from class org.jactr.core.module.asynch.AbstractAsynchronousModule
getParameter, getPossibleParameters, getSetableParameters, isStrictSynchronizationEnabled, setParameter, setStrictSynchronizationEnabled, synchronizedTimedEvent
 
Methods inherited from class org.jactr.core.module.AbstractModule
delayedFuture, getModel, getName, getSafeName, immediateFuture, immediateReturn, install, uninstall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jactr.modules.pm.IPerceptualModule
getCommonRealityExecutor
 
Methods inherited from interface org.jactr.core.module.asynch.IAsynchronousModule
getExecutor, isStrictSynchronizationEnabled, setStrictSynchronizationEnabled, synchronizedTimedEvent
 
Methods inherited from interface org.jactr.core.module.IModule
getModel, getName, install
 
Methods inherited from interface org.jactr.core.utils.IInstallable
uninstall
 
Methods inherited from interface org.jactr.core.utils.parameter.IParameterized
getParameter, getPossibleParameters, getSetableParameters, setParameter
 

Constructor Detail

DefaultAuralModule6

public DefaultAuralModule6()