|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.operation.cropmodeling.GrowthProcess
public class GrowthProcess
Calculate the growth process of the crop; this can be manipulated by specifying different groth parameters
Field Summary | |
---|---|
static double |
UNDEF
GrowthProcess UNDEF field |
Constructor Summary | |
---|---|
GrowthProcess(GrowthParameters gp)
The main class that starts the calculations to determine the crop growth during a period /// Starting year when the simulation should run /// Starttime in hours since beginning of year of start of the simulation /// End time in hours since the beginning of the year that end the simulation |
Method Summary | |
---|---|
Crop |
getCrop(JulianTime time)
|
void |
RunSimulation()
The method starts calculating for all grid cells the crop attributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double UNDEF
Constructor Detail |
---|
public GrowthProcess(GrowthParameters gp)
gp
- Method Detail |
---|
public void RunSimulation()
public Crop getCrop(JulianTime time)
time
- moment to get the crop data for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |