Package | Description |
---|---|
org.beast.landscape.simulation | |
org.beast.merger |
Modifier and Type | Method and Description |
---|---|
AggregatedResults |
Engine.simulate(Config conf,
java.util.List<Landscape> landscapes,
Parameters par)
Method to run simulation.
|
Modifier and Type | Method and Description |
---|---|
void |
Economy.landscapeAnnuity(Config conf,
java.util.List<Landscape> landscapes,
AggregatedResults aggRes,
Parameters par)
Method to calculate economic annuity of landscape wood.
|
Modifier and Type | Method and Description |
---|---|
AggregatedResults |
ResultsSet.getLandscapeResults()
Method to get landscape wood results.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultsSet.setLandscapeResults(AggregatedResults landscapeResults)
Method to set landscape wood results.
|