| Package | Description |
|---|---|
| org.beast.landscape.data | |
| org.beast.landscape.simulation | |
| org.beast.merger |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Landscape> |
Landscape.loadFromCSV(java.io.Reader inreader)
Method to load inputs from reader.
|
static java.util.List<Landscape> |
Landscape.loadFromCSV(java.lang.String file)
Method to load inputs from .csv file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Landscape.writeToCSV(java.util.List<Landscape> landscapes,
java.lang.String file)
Method to write inputs to .csv file.
|
| 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.
|
AggregatedResults |
Engine.simulate(Config conf,
java.util.List<Landscape> landscapes,
Parameters par)
Method to run simulation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Landscape> |
CollectedInputs.getLandscapes()
Method get landscape input objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectedInputs.setLandscapes(java.util.List<Landscape> landscapes)
Method to set landscape input objects.
|