net.simplace.client.simulation.lap.TrendAndTechnology

Dummy module. Not yet implemented.

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
inputiBiomassBiomass to be leveled up / or downDOUBLE1-40.050.0-
outBiomassBiomass leveled up / or downDOUBLE1-40.050.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