Uses of Class
inpro.incremental.unit.IUList

Packages that use IUList
demo.inpro.system.echodm.dm   
done.inpro.system.completion   
inpro.dm.isu   
inpro.incremental   
inpro.incremental.deltifier Package for deltifiers, The pluggable modules that convert Sphinx' Result objects to objects of the IU world. 
inpro.incremental.processor   
inpro.incremental.source   
inpro.incremental.unit   
 

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

Fields in demo.inpro.system.echodm.dm declared as IUList
private  IUList<DialogueActIU> EchoDialogueManager.dialogueActIUs
           
private  IUList<InstallmentIU> EchoDialogueManager.installments
           
 

Uses of IUList in done.inpro.system.completion
 

Fields in done.inpro.system.completion declared as IUList
private  IUList<WordIU> TurnCompleter.committedWords
          history of words that have previously been recognized
 

Uses of IUList in inpro.dm.isu
 

Fields in inpro.dm.isu declared as IUList
protected  IUList<ContribIU> IUNetworkDomainUtil.contributions
           
private  IUList<ContribIU> IUNetworkInformationState.contributions
          The contributions network - a List of (ideally) networked ContribIU representing the total set of available nodes with which new input can be integrated
private  IUList<ContribIU> IUNetworkInformationState.integrateList
          The list of contributions with which input can be integrated.
private  IUList<ContribIU> IUNetworkInformationState.visited
          A list of contributions that were visited during search.
 

Methods in inpro.dm.isu that return IUList
 IUList<ContribIU> IUNetworkDomainUtil.getContributions()
           
 IUList<ContribIU> IUNetworkInformationState.getContributions()
          Getter for this IS's contributions network
 

Constructors in inpro.dm.isu with parameters of type IUList
IUNetworkInformationState(IUList<ContribIU> contributions)
          Constructor building contributions network from a list of ContribIU's.
 

Uses of IUList in inpro.incremental
 

Fields in inpro.incremental declared as IUList
(package private)  IUList<IU> IUModule.RightBuffer.ius
           
 

Uses of IUList in inpro.incremental.deltifier
 

Fields in inpro.incremental.deltifier declared as IUList
private  IUList<WordIU> SmoothingDeltifier.prevWordIUs
           
protected  IUList<WordIU> ASRWordDeltifier.wordIUs
           
 

Uses of IUList in inpro.incremental.processor
 

Fields in inpro.incremental.processor declared as IUList
protected  IUList<DialogueActIU> AudioActionManager.toPerform
          List of dialogue act IUs to perform whenever possible.
 

Uses of IUList in inpro.incremental.source
 

Fields in inpro.incremental.source declared as IUList
(package private)  IUList<TextualWordIU> IUDocument.wordIUs
           
 

Uses of IUList in inpro.incremental.unit
 

Fields in inpro.incremental.unit declared as IUList
protected  IUList<IU> IU.nextSameLevelLinks