protected class ProteinTree.RawNodeProcessor
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected boolean |
displayProgress
boolean indicating whether progress should be displayed
|
protected boolean |
finished
Boolean indicating whether the thread shall be interrupted.
|
protected int |
maxNodeSize
the max node size.
|
protected int |
maxPeptideSize
The max peptide size.
|
protected java.util.concurrent.BlockingQueue<java.lang.String> |
tagQueue
boolean indicating whether progress should be displayed
|
protected WaitingHandler |
waitingHandler
The waiting handler
|
Constructor and Description |
---|
ProteinTree.RawNodeProcessor(java.util.concurrent.BlockingQueue<java.lang.String> tagQueue,
int maxNodeSize,
int maxPeptideSize,
WaitingHandler waitingHandler,
boolean displayProgress)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFinished()
Indicates whether the run is finished.
|
void |
run() |
protected java.util.concurrent.BlockingQueue<java.lang.String> tagQueue
protected int maxNodeSize
protected int maxPeptideSize
protected boolean finished
protected WaitingHandler waitingHandler
protected boolean displayProgress
public ProteinTree.RawNodeProcessor(java.util.concurrent.BlockingQueue<java.lang.String> tagQueue, int maxNodeSize, int maxPeptideSize, WaitingHandler waitingHandler, boolean displayProgress)
tag
- the tag of interestnode
- the node to processCopyright © 2013. All Rights Reserved.