net.simplace.sim.components.FWSimpleSimComponent




public final class FWSimpleSimComponent extends
net.simplace.sim.model.FWSimComponent implements
net.simplace.sim.model.IntegratableComponent {
// Public Constructors
public FWSimpleSimComponent(String aName, HashMap aFieldMap, HashMap
aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap, int
aOrderNumber);
public FWSimpleSimComponent();
public FWSimpleSimComponent(String aName, HashMap aFieldMap, LinkedList
aProcessAlgorithmsMap, LinkedList aIntegrateAlgorithmsMap, HashMap
aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap, int
aOrderNumber);


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.sim.model.FWSimComponent


public void postIntegrate(); // From
net.simplace.sim.model.IntegratableComponent


public void showFields(); // Defines net.simplace.sim.model.FWSimComponent

public final Element getEditFormXML(boolean aEnabled);
// Defines net.simplace.sim.model.FWSimComponent


public Element toXML(); // Defines net.simplace.sim.model.FWSimComponent


// Protected Instance Methods
protected void bind(); // Defines net.simplace.sim.model.FWSimComponent

The model initialization function. Will be called only once, before running the model using process().
protected void init(); // Defines net.simplace.sim.model.FWSimComponent

protected void process(); // Defines net.simplace.sim.model.FWSimComponent

protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.sim.model.FWSimComponent




}



Hierarchy: java.lang.Object - net.simplace.sim.model.FWSimComponent (net.simplace.sim.util.FWSimFieldContainer) - FWSimpleSimComponent (net.simplace.sim.model.IntegratableComponent)