Uses of Class
inpro.incremental.unit.DialogueActIU

Packages that use DialogueActIU
demo.inpro.system.echodm.dm   
inpro.dm.isu   
inpro.incremental.processor   
inpro.incremental.unit   
 

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

Fields in demo.inpro.system.echodm.dm with type parameters of type DialogueActIU
private  IUList<DialogueActIU> EchoDialogueManager.dialogueActIUs
           
 

Uses of DialogueActIU in inpro.dm.isu
 

Fields in inpro.dm.isu declared as DialogueActIU
private  DialogueActIU IUNetworkInformationState.nextOutput
          The DialogueActIU representing nextOutput added or revoked.
 

Fields in inpro.dm.isu with type parameters of type DialogueActIU
private  java.util.List<EditMessage<DialogueActIU>> IUNetworkUpdateEngine.edits
          The IU edits to return on request
private  java.util.List<EditMessage<DialogueActIU>> IUNetworkInformationState.outputEdits
          A list of edit messages produced as a result of (all previous and present) changes to the IS.
 

Methods in inpro.dm.isu that return DialogueActIU
 DialogueActIU IUNetworkInformationState.getNextOutput()
          Getter for the next output to perform.
 

Methods in inpro.dm.isu that return types with arguments of type DialogueActIU
 java.util.List<EditMessage<DialogueActIU>> IUNetworkUpdateEngine.getNewEdits()
          Getter method for output edits.
 java.util.List<EditMessage<DialogueActIU>> IUNetworkInformationState.getNewEdits()
          Getter for the next output to perform.
 

Uses of DialogueActIU in inpro.incremental.processor
 

Fields in inpro.incremental.processor with type parameters of type DialogueActIU
protected  java.util.List<DialogueActIU> AbstractDialogueManager.doneQueue
          Queue for performed DialogueActs for post-update processing
protected  IUList<DialogueActIU> AudioActionManager.toPerform
          List of dialogue act IUs to perform whenever possible.
 

Methods in inpro.incremental.processor with parameters of type DialogueActIU
 void IUNetworkDialogueManager.done(DialogueActIU iu)
           
 void AbstractDialogueManager.done(DialogueActIU iu)
          Listens to an action manager.
 void AudioActionManager.Listener.done(DialogueActIU iu)
           
protected  void AudioActionManager.signalListeners(DialogueActIU iu)
          Notifies listeners that a DialogueActIU has been performed.
 

Uses of DialogueActIU in inpro.incremental.unit
 

Fields in inpro.incremental.unit declared as DialogueActIU
static DialogueActIU DialogueActIU.FIRST_DA_IU
           
 

Methods in inpro.incremental.unit with parameters of type DialogueActIU
 boolean DialogueActIU.samePayload(DialogueActIU siu)
          Compares payload of two DialogueActIUs.