Package | Description |
---|---|
org.beast.gui.output.charts | |
org.beast.merger |
Modifier and Type | Method and Description |
---|---|
void |
PotWoodGraph.setDataset(ResultsSet resSet,
ParameterSet parSet)
Method to set a dataset.
|
void |
PotEnergyGraph.setDataset(ResultsSet resSet,
ParameterSet parSet)
Method to set a dataset.
|
void |
AnnuityGraph.setDataset(ResultsSet resSet,
ParameterSet parSet)
Method to set a dataset.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,ResultsSet> |
ResultsCollection.getResults()
Method to get results map.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultsCollection.setResults(java.util.Map<java.lang.Integer,ResultsSet> results)
Method to set results map.
|