JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
repicea.simulation.covariateproviders.treelevel
Interface TreeWeightProvider
All Known Subinterfaces:
AllometryCalculableTree
,
CATCompatibleTree
,
DouglasFCBALoggableTree
,
EuropeanBeechBasicTree
,
LoggableTree
,
MaritimePineBasicLoggableTree
,
MathildeLoggableTree
public interface
TreeWeightProvider
This method ensures the tree instance can provide the weight of the plot it is located in.
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method and Description
default double
getPlotWeight
()
This method returns the plot weight.
Method Detail
getPlotWeight
default double getPlotWeight()
This method returns the plot weight. If there is no weight then the method returns 1 by default.
Returns:
a double
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method