|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
inpro.incremental.processor.IUBasedFloorTracker.TimeOutThread
inpro.incremental.processor.IUBasedFloorTracker.WordTimeOutThread
private class IUBasedFloorTracker.WordTimeOutThread
times out and sends signals on an utterance-final word. this waits for a while (@see risingTimeout) before checking whether the word's pitch was rising. If it is, we send off a signal. Otherwise we wait a little longer (@see anyProsodyTimeout) and only then send a signal.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
(package private) WordIU |
endingWord
the word that we'll inspect for rising pitch |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
IUBasedFloorTracker.WordTimeOutThread(WordIU endingWord)
|
|
| Method Summary | |
|---|---|
private AbstractFloorTracker.Signal |
findBoundaryTone()
|
void |
run()
|
| Methods inherited from class inpro.incremental.processor.IUBasedFloorTracker.TimeOutThread |
|---|
shouldDie, signal, sleepSafely |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
WordIU endingWord
| Constructor Detail |
|---|
public IUBasedFloorTracker.WordTimeOutThread(WordIU endingWord)
| Method Detail |
|---|
private AbstractFloorTracker.Signal findBoundaryTone()
public void run()
run in interface java.lang.Runnablerun in class IUBasedFloorTracker.TimeOutThread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||