public class RunDispatcher
extends java.lang.Thread
| Constructor and Description |
|---|
RunDispatcher(OCRManager p_OCR,
ProgressListener p_listener,
double p_subtractionWeight,
double p_covarianceWeight)
Creates a new rundispatcher and waits for the run() method to be called.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Runs the analysis
|
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, yieldpublic RunDispatcher(OCRManager p_OCR, ProgressListener p_listener, double p_subtractionWeight, double p_covarianceWeight)
p_OCR - The OCRManager to run data through and fromp_listener - The ProgressListener to update the progress ofProgressListener