Uses of Package
inpro.incremental.processor

Packages that use inpro.incremental.processor
demo.inpro.system.echodm.dm   
done.inpro.system.completion   
inpro.apps   
inpro.incremental.processor   
 

Classes in inpro.incremental.processor used by demo.inpro.system.echodm.dm
AbstractDialogueManager
          An abstract DM.
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
AbstractFloorTracker.Listener
          the interface that the floor manager's listeners must implement
AbstractFloorTracker.Signal
          other modules are notified about floor state if they implement FloorManager.Listener and are registered to listen in the configuration file
AudioActionManager.Listener
          Interface for dialogue manager (or other previous modules) to implement.
IUBasedFloorTracker
           
 

Classes in inpro.incremental.processor used by done.inpro.system.completion
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
AbstractFloorTracker.Listener
          the interface that the floor manager's listeners must implement
AbstractFloorTracker.Signal
          other modules are notified about floor state if they implement FloorManager.Listener and are registered to listen in the configuration file
 

Classes in inpro.incremental.processor used by inpro.apps
TextBasedFloorTracker
           
 

Classes in inpro.incremental.processor used by inpro.incremental.processor
AbstractDialogueManager
          An abstract DM.
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
AbstractFloorTracker.InternalState
          the internal state of the floor tracker: - user is silent and we're not expecting her to speak - user is silent but we are expecting her to speak (this may lead to a time-out) - user is talking (currently no provisions for whether we want her to speak or not)
AbstractFloorTracker.Listener
          the interface that the floor manager's listeners must implement
AbstractFloorTracker.Signal
          other modules are notified about floor state if they implement FloorManager.Listener and are registered to listen in the configuration file
AudioActionManager
           
AudioActionManager.Listener
          Interface for dialogue manager (or other previous modules) to implement.
IUBasedFloorTracker
           
IUBasedFloorTracker.TimeOutThread
          supports classes for timing out and sending signals
RMRSComposer.Resolver
          Interface to call whenever a Formula needs to check if its relations resolve with something in the world.
TagParser
          An IU processor wrapper around the SITDBSParser.
TextBasedFloorTracker.SignalPanel