Extender of this abstract class will be able to select the best simulation of a prepared set
by implementing abstract method select(List). 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 implements net.simplace.simulation.util.FWSimFieldContainer { // Public Constructors public FWSimulationSelector(); public FWSimulationSelector(Element aSimulationSelectorElement, FWSimSolution aSolution); // Protected Instance Variables protected String iName; protected FWSimVarMapiVarMap; protected HashMap iFieldMap; protected HashMap iInputs; protected HashMap iInputMap; protected int iOrderNumber; protected FWSimIOAdapter.FREQUENCEiFrequence; protected Element iSimulationSelectorElement; protected FWSimSolutioniSolution; protected String iSelectedSimulationID; // Class Methods