net.simplace.usermodules.heidi.modules.WR_Lintul

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
inputiLAIdaily LAIDOUBLE10.030.0-
outLAI_Dec17LAI on Dec 17DOUBLE10.030.00.0
outLAI_Jan28LAI on Jan 28DOUBLE10.030.00.0
outLAI_Mar13LAI on Mar 13DOUBLE10.030.00.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