protected class AbstractTreeSearch.SearchWorker extends AbstractParallelSearch.Worker
Modifier and Type | Field and Description |
---|---|
protected GroupCache |
cache |
protected EntryBuilder |
entryBuilder |
protected Matcher |
rootMatcher |
protected TargetTree |
targetTree |
protected de.ims.icarus.util.Options |
treeOptions |
buffer, cancelled
Modifier | Constructor and Description |
---|---|
protected |
AbstractTreeSearch.SearchWorker(int id) |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanup() |
protected void |
init() |
protected void |
process() |
cancel, getId, getThread, isCancelled, run, toString
protected TargetTree targetTree
protected GroupCache cache
protected EntryBuilder entryBuilder
protected Matcher rootMatcher
protected de.ims.icarus.util.Options treeOptions
protected AbstractTreeSearch.SearchWorker(int id)
protected void init()
init
in class AbstractParallelSearch.Worker
AbstractParallelSearch.Worker.init()
protected void process()
process
in class AbstractParallelSearch.Worker
AbstractParallelSearch.Worker.process()
protected void cleanup()
cleanup
in class AbstractParallelSearch.Worker
AbstractParallelSearch.Worker.cleanup()