|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
ipipan.spejd.processing.ProcessingThread
public class ProcessingThread
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
Stempelator |
anal
|
Sentence |
chunk
|
Config |
conf
|
LexDictionary |
dict
|
java.lang.Object |
lock
|
RuleSet |
rules
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
ProcessingThread(java.lang.Runnable r,
Stempelator anal,
LexDictionary dict,
RuleSet rules,
Sentence chunk,
Config conf,
java.lang.Object lock)
|
Method Summary | |
---|---|
void |
finalize()
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, 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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.lang.Object lock
public final Config conf
public Stempelator anal
public LexDictionary dict
public RuleSet rules
public Sentence chunk
Constructor Detail |
---|
public ProcessingThread(java.lang.Runnable r, Stempelator anal, LexDictionary dict, RuleSet rules, Sentence chunk, Config conf, java.lang.Object lock)
Method Detail |
---|
public void finalize()
finalize
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |