net.simplace.client.simulation.lap.TrendAndTechnology
Dummy module. Not yet implemented. Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
input | iBiomass | Biomass to be leveled up / or down | DOUBLE | 1 | -40.0 | 50.0 | - |
out | Biomass | Biomass leveled up / or down | DOUBLE | 1 | -40.0 | 50.0 | - |
public class TrendAndTechnology extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public TrendAndTechnology();
// Public Instance Methods public HashMap createVariables(); // Defines
net.simplace.simulation.model.FWSimComponent
// Protected Instance Methods protected void init(); // Defines
net.simplace.simulation.model.FWSimComponent
protected void process(); // Defines
net.simplace.simulation.model.FWSimComponent
protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.simulation.model.FWSimComponent
}
Hierarchy: java.lang.Object - net.simplace.simulation.model.FWSimComponent (net.simplace.simulation.util.FWSimFieldContainer) - TrendAndTechnology