Package net.simplace.sim.control
Klasse FWSimulationSelector
java.lang.Object
net.simplace.sim.control.FWSimulationControlContainer
net.simplace.sim.control.FWSimulationSelector
- Alle implementierten Schnittstellen:
FWSimFieldContainer
- Bekannte direkte Unterklassen:
WeightedLeastDifferenceSelector
Extender of this abstract class will be able to select the best simulation of a prepared set
by implementing abstract method
. 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.
Ungültige Referenz
#select(List)
- Autor:
- Andreas Enders
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected FWSimIOAdapter.FREQUENCEorder number for the serial order of the componentsFor Global mode we need the index to simulationid listprotected StringThe standard statement the base for selection is generatedVon Klasse geerbte Felder net.simplace.sim.control.FWSimulationControlContainer
iCache, iCals, iConstraint, iContainerElement, iControlMap, iFieldMap, iInputMap, iInputs, iName, iParams, iSession, iSimulationMap -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFWSimulationSelector(org.jdom2.Element aSimulationSelectorElement, FWSimSession aSession) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidstatic FWSimulationSelectorcreateSimulationSelector(String aSimulationSelectorClassName) factory method for Creation of the resource transformerstatic FWSimulationSelectorcreateSimulationSelector(org.jdom2.Element aSimulationSelectorElement, FWSimSession aSession) factory method for Creation of the resource transformerprotected abstract voidvoidselectSimulations(FWSimProject aProject) Von Klasse geerbte Methoden net.simplace.sim.control.FWSimulationControlContainer
addProcessTime, addVariable, checkCondition, evaluate, getContentType, getCreateFormXML, getEditFormXML, getFieldMap, getFrequence, getInputVariables, getName, getOrderNumber, getOutputVariables, getVariable, getVarMap, init, isConditionCheck, readInputCalAndConstraint, removeVariable, setPropertyValue, toXMLVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden net.simplace.sim.util.FWSimFieldContainer
createVariables
-
Felddetails
-
iFrequence
order number for the serial order of the components -
iSelectStatement
The standard statement the base for selection is generated -
iGlobalModeSimulationIDMap
For Global mode we need the index to simulationid list
-
-
Konstruktordetails
-
FWSimulationSelector
public FWSimulationSelector() -
FWSimulationSelector
- Parameter:
aSimulationSelectorElement-aSession-
-
-
Methodendetails
-
createSelectStatement
protected void createSelectStatement() -
createSimulationSelector
public static FWSimulationSelector createSimulationSelector(org.jdom2.Element aSimulationSelectorElement, FWSimSession aSession) factory method for Creation of the resource transformer- Parameter:
aSimulationSelectorElement-aSession-- Gibt zurück:
- the resource transformer
-
createSimulationSelector
factory method for Creation of the resource transformer- Parameter:
aSimulationSelectorClassName-- Gibt zurück:
- the resource transformer
-
selectSimulations
- Parameter:
aProject-
-
select
- Parameter:
aResultSet-
-