inpro.incremental.deltifier
Class SmoothingDeltifier.SmoothingCounter

java.lang.Object
  extended by inpro.incremental.deltifier.SmoothingDeltifier.SmoothingCounter
Enclosing class:
SmoothingDeltifier

public class SmoothingDeltifier.SmoothingCounter
extends java.lang.Object

stores the maturity for a given edit message


Field Summary
(package private)  int count
           
(package private)  int countStart
           
(package private)  EditMessage<WordIU> edit
           
 
Constructor Summary
SmoothingDeltifier.SmoothingCounter(EditMessage<WordIU> edit)
           
SmoothingDeltifier.SmoothingCounter(EditMessage<WordIU> edit, int count)
           
 
Method Summary
 int getCount()
           
 int getCountStart()
           
 EditMessage<WordIU> getEdit()
           
(package private)  boolean matches(EditMessage<WordIU> edit)
           
 java.lang.String toString()
           
 void updateWordTimings(WordIU otherWord)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

edit

EditMessage<WordIU> edit

count

int count

countStart

int countStart
Constructor Detail

SmoothingDeltifier.SmoothingCounter

public SmoothingDeltifier.SmoothingCounter(EditMessage<WordIU> edit)

SmoothingDeltifier.SmoothingCounter

public SmoothingDeltifier.SmoothingCounter(EditMessage<WordIU> edit,
                                           int count)
Method Detail

updateWordTimings

public void updateWordTimings(WordIU otherWord)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

matches

boolean matches(EditMessage<WordIU> edit)

getEdit

public EditMessage<WordIU> getEdit()

getCount

public int getCount()

getCountStart

public int getCountStart()