public class ThreadFVA extends ResolveThread
Modifier and Type | Field and Description |
---|---|
private java.util.Queue<parsebionet.biodata.BioEntity> |
entities
Contains all entities to treat.
|
private java.util.Queue<parsebionet.biodata.BioEntity> |
entitiesCopy |
private static int |
percentage
Percentage of the FVA that is completed.
|
private FVAResult |
result
The FVA result.
|
private int |
todo
Number of entities to treat.
|
bind, constraintsToAdd
Constructor and Description |
---|
ThreadFVA(Bind b,
java.util.Queue<parsebionet.biodata.BioEntity> ents,
java.util.Queue<parsebionet.biodata.BioEntity> entsCopy,
FVAResult result) |
Modifier and Type | Method and Description |
---|---|
void |
run()
Starts the thread.
|
setConstraintsToAdd
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
private int todo
private java.util.Queue<parsebionet.biodata.BioEntity> entities
private java.util.Queue<parsebionet.biodata.BioEntity> entitiesCopy
private FVAResult result
private static int percentage