Package | Description |
---|---|
org.beast.merger | |
org.beast.src.data | |
org.beast.src.simulation |
Modifier and Type | Method and Description |
---|---|
Parameters |
ParameterSet.getSrcParams()
Method to get SRC/crop field parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterSet.setSrcParams(Parameters srceParams)
Method to set SRC/crop field parameters.
|
Modifier and Type | Method and Description |
---|---|
static Parameters |
Parameters.loadXML(java.lang.String file)
Method to load parameter values from xml file.
|
Modifier and Type | Method and Description |
---|---|
void |
Restrictions.applyRestrictions(java.util.List<Field> fields,
Parameters par)
Method to apply restrictions of SRC area selection.
|
void |
Targets.applyTargets(java.util.List<Field> fields,
Parameters par)
Method to apply targets of SRC area selection.
|
void |
AreaSelection.areaSelection(Config conf,
java.util.List<Field> fields,
AggregatedResults aggRes,
Parameters par)
Method to apply area selection for potential SRC areas
based on ecological and administrative unit restrictions.
|
void |
AreaSelectionWithBuffer.areaSelection(Config conf,
java.util.List<Field> fields,
AggregatedResults aggRes,
Parameters par,
org.geotools.data.simple.SimpleFeatureCollection fc)
Method to apply area selection for potential SRC areas
based on ecological and administrative unit restrictions
as well as minimum distance.
|
void |
CriteriaValue.calcCriteriaValue(java.util.List<Field> fields,
Parameters par)
Method to calculate criteria value for all fields.
|
void |
Economy.cropRotationAnnuity(java.util.List<Field> fields,
Parameters par)
Method to calculate economic annuity of field crop rotation.
|
AggregatedResults |
Engine.simulate(Config conf,
java.util.List<Field> fields,
Parameters par,
org.geotools.data.simple.SimpleFeatureCollection fc)
Method to run simulation.
|
void |
Economy.srcAnnuity(java.util.List<Field> fields,
Parameters par,
java.lang.String plantName)
Method to calculate the annuity of short rotation coppice from all fields of submitted list.
|