Package | Description |
---|---|
org.beast.forest.data | |
org.beast.forest.simulation | |
org.beast.merger |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Forest> |
Forest.loadFromCSV(java.io.Reader inreader)
Method to load inputs from Reader object.
|
static java.util.List<Forest> |
Forest.loadFromCSV(java.lang.String file)
Method to load inputs from CSV file.
|
Modifier and Type | Method and Description |
---|---|
void |
Economy.forestAnnuity(Config conf,
java.util.List<Forest> forests,
AggregatedResults aggRes,
Parameters par)
Method for calculation the economic annuity of forest wood.
|
AggregatedResults |
Engine.simulate(Config conf,
java.util.List<Forest> forests,
Parameters par)
Constructor of engine class.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Forest> |
CollectedInputs.getForests()
Method to get forest input objects.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectedInputs.setForests(java.util.List<Forest> forests)
Method to set forest input objects.
|