Package | Description |
---|---|
org.beast.gui.input.helpers | |
org.beast.helpers | |
org.beast.merger |
Modifier and Type | Method and Description |
---|---|
static ParameterCollection |
SaveToObj.saveToObj(ScenarioGenerator sgGUI)
Method to save parameter input in ScenarioGenerator into an ParameterCollection instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
Zipper.compressNewParametersObj(java.lang.String infile,
java.lang.String outfile,
ParameterCollection parColl)
Method to place a new parameter collection into zip file.
|
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 |
---|---|
ParameterCollection |
CollectedResults.getParams()
Method to get parameter collection.
|
ParameterCollection |
CollectedInputs.getParColl()
Method to get parameter collection.
|
static ParameterCollection |
ParameterCollection.loadXML(java.io.InputStream stream)
Method to load parameter collection from stream.
|
static ParameterCollection |
ParameterCollection.loadXML(java.lang.String file)
Method to load parameter collection from xml file.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectedResults.setParams(ParameterCollection params)
Method to set parameter collection.
|
void |
CollectedInputs.setParColl(ParameterCollection parColl)
Method to set parameter collection.
|
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).
|