private class PredictMultiStructureWindow.PredictTask extends PredictWindowBase.PredictTaskBase
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
allowBaseInserts |
(package private) RNAstructureBackendCalculator |
bc |
(package private) java.lang.String |
multiAln |
(package private) int |
multiAlnSize |
(package private) java.lang.String[] |
multiCTs |
(package private) int |
multiDsvChange |
(package private) double |
multiGapPenalty |
(package private) int |
multiIterations |
(package private) int |
multiMaxEnergyDiff |
(package private) int |
multiMaxPairs |
(package private) int |
multiMaxStructures |
(package private) java.lang.String[] |
multiPFSs |
(package private) int |
multiWindowSize |
(package private) double |
temperature |
(package private) java.lang.String |
turboAln |
(package private) java.lang.String[] |
turboCTs |
(package private) double |
turboGamma |
(package private) int |
turboIterations |
(package private) int |
turboMaxEnergyDiff |
(package private) int |
turboMaxStructures |
(package private) double |
turboMEAGamma |
(package private) int |
turboMinHelix |
(package private) int |
turboMode |
(package private) java.lang.String[] |
turboPFSs |
(package private) int |
turboPKIterations |
(package private) double |
turboThreshold |
(package private) int |
turboWindowSize |
canCancel, errorMessage, hadError, isCanceled, nextStepWork, status, stepProgress, workDone| Modifier | Constructor and Description |
|---|---|
private |
PredictTask() |
| Modifier and Type | Method and Description |
|---|---|
int |
getProgress() |
protected void |
runCalc() |
protected boolean |
showResults()
Show the results window.
|
cancel, checkError, checkError, checkError, checkError, checkError, getStatus, isCancelable, nextStep, onComplete, run, setErrorboolean allowBaseInserts
java.lang.String multiAln
int multiAlnSize
java.lang.String[] multiCTs
int multiDsvChange
double multiGapPenalty
int multiIterations
int multiMaxEnergyDiff
int multiMaxPairs
int multiMaxStructures
java.lang.String[] multiPFSs
int multiWindowSize
double temperature
java.lang.String turboAln
java.lang.String[] turboCTs
double turboGamma
int turboIterations
int turboMaxEnergyDiff
int turboMaxStructures
double turboMEAGamma
int turboMinHelix
int turboMode
java.lang.String[] turboPFSs
int turboPKIterations
double turboThreshold
int turboWindowSize
public int getProgress()
getProgress in interface PredictWindowBase.BackgroundTaskgetProgress in class PredictWindowBase.PredictTaskBaseprotected void runCalc()
runCalc in class PredictWindowBase.PredictTaskBaseprotected boolean showResults()
showResults in class PredictWindowBase.PredictTaskBase