S
- a class that represents the standT
- a class that represents the treepublic interface GrowthModel<S,T>
Modifier and Type | Method and Description |
---|---|
double |
predictGrowth(S stand,
T tree,
java.lang.Object... parms)
This method returns the growth of a particular tree represented by the parameter
"tree".
|