public class ThreadKO extends ResolveThread
Modifier and Type | Field and Description |
---|---|
private java.util.Queue<parsebionet.biodata.BioEntity> |
entities
Contains all entities to treat.
|
private static int |
percentage
Percentage of the KO that is completed.
|
private KOResult |
result
The KO result.
|
private double |
todo
Number of entities to treat.
|
bind, constraintsToAdd
Constructor and Description |
---|
ThreadKO(Bind b,
java.util.Queue<parsebionet.biodata.BioEntity> entities,
KOResult result,
Objective obj) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
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 double todo
private java.util.Queue<parsebionet.biodata.BioEntity> entities
private KOResult result
private static int percentage