done.inpro.system.carchase
Class HesitatingSynthesisIU.HesitationIU

java.lang.Object
  extended by inpro.incremental.unit.IU
      extended by inpro.incremental.unit.WordIU
          extended by done.inpro.system.carchase.HesitatingSynthesisIU.HesitationIU
All Implemented Interfaces:
IU.IUUpdateListener, java.lang.Comparable<IU>
Enclosing class:
HesitatingSynthesisIU

public class HesitatingSynthesisIU.HesitationIU
extends WordIU
implements IU.IUUpdateListener


Nested Class Summary
 
Nested classes/interfaces inherited from class inpro.incremental.unit.IU
IU.IUUpdateListener, IU.Progress
 
Field Summary
 
Fields inherited from class inpro.incremental.unit.IU
creationTime, FIRST_IU, groundedIn, grounds, nextSameLevelLinks, previousSameLevelLink
 
Constructor Summary
HesitatingSynthesisIU.HesitationIU(WordIU sll)
           
 
Method Summary
 void addNextSameLevelLink(IU iu)
           
private  void setToZeroDuration()
           
 void update(IU updatedIU)
           
 
Methods inherited from class inpro.incremental.unit.WordIU
appendMaryXML, getAVPairs, getFirstSegment, getLastSegment, getSegments, getValues, getWER, getWord, hasAVPairs, hasProsody, isBackchannel, isSilence, pitchIsRising, pronunciationEquals, pronunciationEquals, removeSilentWords, setAVPairs, shiftBy, spellingEqual, spellingEquals, toMbrolaLines, toPayLoad, updateSegments, updateTimings, wordsToString
 
Methods inherited from class inpro.incremental.unit.IU
addUpdateListener, commit, compareTo, connectSLL, deepToString, duration, endTime, equals, getAge, getAmongNextSameLevelLinks, getCreationTime, getID, getNextSameLevelLink, getNextSameLevelLinks, getOngoingGroundedIU, getProgress, getSameLevelLink, ground, groundedIn, groundIn, groundIn, grounds, hashCode, isCommitted, isCompleted, isOngoing, isRevoked, isUpcoming, notifyListeners, payloadEquals, removeAllNextSameLevelLinks, removeGrin, removeGrin, reorderNextSameLevelLink, revoke, setAsTopNextSameLevelLink, setSameLevelLink, startTime, toLabelLine, toString, toTEDviewXML, updateOnGrinUpdates
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HesitatingSynthesisIU.HesitationIU

public HesitatingSynthesisIU.HesitationIU(WordIU sll)
Method Detail

addNextSameLevelLink

public void addNextSameLevelLink(IU iu)
Overrides:
addNextSameLevelLink in class IU

setToZeroDuration

private void setToZeroDuration()

update

public void update(IU updatedIU)
Specified by:
update in interface IU.IUUpdateListener