Extender of this abstract class will be able to select the best simulation of a prepared set
by implementing abstract method FWSimulationSelector. The criteria for selecting can
be configured by the input variables.
Outputs define a possibility to let the signifying parameters to be exported to the
implemented output process via VarMap.
public abstract class FWSimulationSelector extends FWSimulationControlContainer { // Public Constructors public FWSimulationSelector(); public FWSimulationSelector(Element aSimulationSelectorElement, FWSimSession aSession); // Protected Instance Variables protected FWSimIOAdapter.FREQUENCEiFrequence; protected String iSelectStatement; protected HashMap iGlobalModeSimulationIDMap; // Class Methods