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();
// Protected Instance Methods
}
Hierarchy: java.lang.Object - net.simplace.sim.control.FWExchangeComponent (net.simplace.sim.util.FWSimFieldContainer) - DefaultExchangeComponent