Package | Description |
---|---|
org.beast.gui.input.main | |
org.beast.gui.output.helpers | |
org.beast.gui.output.main | |
org.beast.helpers | |
org.beast.merger |
Modifier and Type | Method and Description |
---|---|
CollectedResults |
ScenarioGenerator.getCollRes() |
Modifier and Type | Method and Description |
---|---|
void |
ScenarioGenerator.setCollRes(CollectedResults collRes)
Method for attaching simulation results.
|
Constructor and Description |
---|
FillResultsViewer(ResultsViewer rsGUI,
CollectedResults collRes,
java.lang.String parInFile,
java.lang.String fileAbsPath,
java.lang.String fileName,
java.lang.String successMsg,
java.lang.String successTitle)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CollectedResults |
ResultsViewer.getCollRes() |
Modifier and Type | Method and Description |
---|---|
void |
ResultsViewer.setCollRes(CollectedResults collRes) |
Modifier and Type | Method and Description |
---|---|
static CollectedResults |
Zipper.decompressResults(java.lang.String inzip)
Method to decompress results from zip file.
|
Modifier and Type | Method and Description |
---|---|
static void |
Zipper.compressResultsObj(java.lang.String infile,
java.lang.String outfile,
ParameterCollection parColl,
CollectedResults collRes)
Method to compress and insert simulation results to a zip file.
|
Modifier and Type | Method and Description |
---|---|
CollectedResults |
Merger.simulate(Config conf,
ParameterCollection paramColl,
java.lang.String filePath,
javax.swing.JProgressBar progressBar)
Method to handle simulation for different compartments (landscape, forest, SRC).
|