Uses of Interface
org.jactr.modules.pm.vocal.IVocalModule

Packages that use IVocalModule
org.jactr.modules.pm.vocal   
org.jactr.modules.pm.vocal.buffer.processor   
org.jactr.modules.pm.vocal.delegate   
org.jactr.modules.pm.vocal.event   
org.jactr.modules.pm.vocal.six   
 

Uses of IVocalModule in org.jactr.modules.pm.vocal
 

Classes in org.jactr.modules.pm.vocal that implement IVocalModule
 class AbstractVocalModule
          abstract implementation that
 

Methods in org.jactr.modules.pm.vocal with parameters of type IVocalModule
 double IVocalProcessingTimeEquation.compute(java.lang.String text, IVocalModule module)
           
 double IVocalPreparationTimeEquation.compute(java.lang.String text, IVocalModule module)
           
 double IVocalExecutionTimeEquation.compute(java.lang.String text, IVocalModule module)
           
 

Uses of IVocalModule in org.jactr.modules.pm.vocal.buffer.processor
 

Constructors in org.jactr.modules.pm.vocal.buffer.processor with parameters of type IVocalModule
SpeechRequestDelegate(IVocalModule module, IChunkType chunkType)
           
 

Uses of IVocalModule in org.jactr.modules.pm.vocal.delegate
 

Methods in org.jactr.modules.pm.vocal.delegate that return IVocalModule
 IVocalModule VocalManagementDelegate.getModule()
           
 

Constructors in org.jactr.modules.pm.vocal.delegate with parameters of type IVocalModule
VocalCommandManager(IVocalModule module)
           
 

Uses of IVocalModule in org.jactr.modules.pm.vocal.event
 

Constructors in org.jactr.modules.pm.vocal.event with parameters of type IVocalModule
VocalModuleEvent(IVocalModule source)
           
VocalModuleEvent(IVocalModule source, VocalModuleEvent.Type type, org.commonreality.modalities.vocal.VocalizationCommand vocalization)
           
 

Uses of IVocalModule in org.jactr.modules.pm.vocal.six
 

Classes in org.jactr.modules.pm.vocal.six that implement IVocalModule
 class DefaultVocalModule6