net.simplace.usermodules.heidi.modules.WR_Lintul
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
input | iLAI | daily LAI | DOUBLE | 1 | 0.0 | 30.0 | - |
out | LAI_Dec17 | LAI on Dec 17 | DOUBLE | 1 | 0.0 | 30.0 | 0.0 |
out | LAI_Jan28 | LAI on Jan 28 | DOUBLE | 1 | 0.0 | 30.0 | 0.0 |
out | LAI_Mar13 | LAI on Mar 13 | DOUBLE | 1 | 0.0 | 30.0 | 0.0 |
public class WR_Lintul extends net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public WR_Lintul();
// Public Instance Methods public HashMap createVariables(); // Defines
net.simplace.simulation.model.FWSimComponent
create the FWSimVariables as interface for this SimComponent
// Protected Instance Methods protected void init(); // Defines
net.simplace.simulation.model.FWSimComponent
initializes the fields by getting input and output FWSimVariables from VarMap
protected void process(); // Defines
net.simplace.simulation.model.FWSimComponent
process the algorithm and write the results back to VarMap
protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.simulation.model.FWSimComponent
creates a clone from this SimComponent for use in other threads
}
Hierarchy: java.lang.Object - net.simplace.simulation.model.FWSimComponent (net.simplace.simulation.util.FWSimFieldContainer) - WR_Lintul