Package | Description |
---|---|
org.beast.forest.data | |
org.beast.forest.simulation | |
org.beast.merger |
Modifier and Type | Method and Description |
---|---|
static Parameters |
Parameters.loadXML(java.lang.String file)
Method to fill parameter instance from XML 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 |
---|---|
Parameters |
ParameterSet.getForestParams()
Method to get forest wood parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterSet.setForestParams(Parameters forestParams)
Method to set forest wood parameters.
|