public interface BiomassSimulator
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
finishRun() |
double |
getActualGFD() |
double |
getActualIntMult() |
double |
getActualOfftake() |
double |
getBasalArea() |
double |
getGGrowth() |
double |
getGSC() |
double |
getTSC() |
void |
initRun() |
int |
stepMonth(int currentMonth,
double offtake,
double gfd) |
void initRun()
void finishRun()
int stepMonth(int currentMonth, double offtake, double gfd)
double getGGrowth()
void finish()
double getGSC()
double getTSC()
double getActualGFD()
double getActualOfftake()
double getActualIntMult()
double getBasalArea()