Package | Description |
---|---|
analyses | |
thread |
Modifier and Type | Method and Description |
---|---|
KOResult |
KOAnalysis.runAnalysis() |
Modifier and Type | Field and Description |
---|---|
private KOResult |
ThreadKO.result
The KO result.
|
Modifier and Type | Method and Description |
---|---|
ThreadKO |
ThreadFactoryCPLEX.makeKOThread(boolean interactionInSolver,
java.util.Queue<parsebionet.biodata.BioEntity> entities,
KOResult result,
Objective obj) |
ThreadKO |
ThreadFactoryGLPK.makeKOThread(boolean interactionInSolver,
java.util.Queue<parsebionet.biodata.BioEntity> entities,
KOResult result,
Objective obj) |
abstract ThreadKO |
ThreadFactory.makeKOThread(boolean interactionInSolver,
java.util.Queue<parsebionet.biodata.BioEntity> reacsQueue,
KOResult koResult,
Objective obj)
Makes a thread for a KO analysis.
|
Constructor and Description |
---|
ThreadKO(Bind b,
java.util.Queue<parsebionet.biodata.BioEntity> entities,
KOResult result,
Objective obj) |