net.simplace.client.simulation.lap.test.classes.WeatherMeanCalculation
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
input | Max | - | DOUBLE | mm | -20.0 | 40.0 | - |
input | Min | - | DOUBLE | kJ m**-2 d**-1 | -20.0 | 40.0 | - |
out | Mean | - | DOUBLE | mm | -20.0 | 40.0 | - |
public class WeatherMeanCalculation extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public WeatherMeanCalculation();
// 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) - WeatherMeanCalculation