net.simplace.sim.control.exchange.DefaultExchangeComponent




public class DefaultExchangeComponent extends
net.simplace.sim.control.FWExchangeComponent {
// Public Constructors
public DefaultExchangeComponent();
public DefaultExchangeComponent(String aName, HashMap aFieldMap, HashMap
aInputMap, Element aSimComponentElement, FWSimVarMap aControlVarMap,
ArrayList aVarMaps, int aOrderNumber);


// Public Instance Methods
public Collection getOutputVariables();

public Collection getInputVariables();

public HashMap createVariables(); // Defines
net.simplace.sim.control.FWExchangeComponent



// Protected Instance Methods
protected void init(); // Defines
net.simplace.sim.control.FWExchangeComponent


protected void process(); // Defines
net.simplace.sim.control.FWExchangeComponent


protected FWExchangeComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.sim.control.FWExchangeComponent




}



Hierarchy: java.lang.Object - net.simplace.sim.control.FWExchangeComponent (net.simplace.sim.util.FWSimFieldContainer) - DefaultExchangeComponent