Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
Analyzer(SettingsHolder settings,
StatusViewer messenger,
GeneAnnotations geneAnnots) |
Analyzer(SettingsHolder settings,
StatusViewer messenger,
GeneAnnotations geneAnnots,
String loadFile)
For loading an analysis from a file.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GeneSetPvalRun> |
doAnalysis() |
Collection<GeneSetPvalRun> |
getLatestResults()
Blocks until results are returned.
|
boolean |
isFinishedNormally() |
boolean |
isStop() |
boolean |
isWasError() |
Collection<GeneSetPvalRun> |
loadAnalysis()
Load from a file, which can contain more than one set.
|
void |
run() |
void |
stopRunning(boolean s) |
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, yieldpublic Analyzer(SettingsHolder settings, StatusViewer messenger, GeneAnnotations geneAnnots)
csframe - settings - messenger - geneAnnots - rawDataSets - geneScoreSets - public Analyzer(SettingsHolder settings, StatusViewer messenger, GeneAnnotations geneAnnots, String loadFile)
csframe - settings - messenger - geneAnnots - rawDataSets - geneScoreSets - loadFile - public Collection<GeneSetPvalRun> getLatestResults() throws IllegalStateException
IllegalStateExceptionpublic boolean isFinishedNormally()
public boolean isStop()
public boolean isWasError()
public Collection<GeneSetPvalRun> loadAnalysis() throws Exception
IOExceptionExceptionpublic void stopRunning(boolean s)
finished - public Collection<GeneSetPvalRun> doAnalysis()
results - IOExceptionCopyright © 2002-2013 UBC Centre for High-Throughput Biology. All Rights Reserved.