Uses of Class
inpro.incremental.IUModule

Packages that use IUModule
demo.inpro.system.echodm.dm   
demo.inpro.system.greifarm This package contains all classes that are necessary for the Greifarm domain. 
done.inpro.system.completion   
inpro.incremental.processor   
inpro.incremental.sink A collection of IU "sinks". 
 

Uses of IUModule in demo.inpro.system.echodm.dm
 

Subclasses of IUModule in demo.inpro.system.echodm.dm
 class EchoDialogueManager
          Echo DM that sends prompts on timeouts repeating last input preceded by a short confirmation with prosodic mirroring of input.
 

Uses of IUModule in demo.inpro.system.greifarm
 

Subclasses of IUModule in demo.inpro.system.greifarm
 class GreifarmActor
          GreifarmActor is the NLU and action management component for the Greifarm prototype (as the Greifarm prototype is not really a "dialogue system", but rather a speech-controlled application, we avoid the term "dialog manager") This class consists of the following components, which all live in their own subclasses: GreifarmActor: the incremental processor (PushBuffer) which handles incoming IUs and initiates the corresponding processing.
 

Uses of IUModule in done.inpro.system.completion
 

Subclasses of IUModule in done.inpro.system.completion
 class CompletionHypothesisListener
           
 class TurnCompleter
           
 

Uses of IUModule in inpro.incremental.processor
 

Subclasses of IUModule in inpro.incremental.processor
 class AbstractDialogueManager
          An abstract DM.
 class AbstractFloorTracker
          A floor tracker tracks which dialogue participant has the floor (i.e. the user or the system) and takes decisions when the floor should be taken or released
 class AudioActionManager
           
 class IUBasedFloorTracker
           
 class IUNetworkActionManager
          Implements utterance execution for DialogueActIUs grounded-in a wider IU network.
 class IUNetworkDialogueManager
           
 class RMRSComposer
           
 class SynthesisModule
          concurrency: playNoise() and update() are synchronized, so do not try to call them from the same thread
 class Tagger
          An incremental processor that produces TagIUs from WordIUs.
 class TagParser
          An IU processor wrapper around the SITDBSParser.
 class TextBasedFloorTracker
           
 

Uses of IUModule in inpro.incremental.sink
 

Subclasses of IUModule in inpro.incremental.sink
 class TEDviewNotifier
          A notifier that outputs IU structures to TEDview Even though TedViewNotifier is an IU-sink (i.e., not a real processor), it is implemented as an IUModule, because IUModules already have the necessary TEDview communication code available.