inpro.incremental.deltifier
Class SmoothingDeltifier.SmoothingCounter
java.lang.Object
inpro.incremental.deltifier.SmoothingDeltifier.SmoothingCounter
- Enclosing class:
- SmoothingDeltifier
public class SmoothingDeltifier.SmoothingCounter
- extends java.lang.Object
stores the maturity for a given edit message
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
edit
EditMessage<WordIU> edit
count
int count
countStart
int countStart
SmoothingDeltifier.SmoothingCounter
public SmoothingDeltifier.SmoothingCounter(EditMessage<WordIU> edit)
SmoothingDeltifier.SmoothingCounter
public SmoothingDeltifier.SmoothingCounter(EditMessage<WordIU> edit,
int count)
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()