Package net.simplace.sim.control
Klasse FWSimulationIterator
java.lang.Object
net.simplace.sim.control.FWSimulationControlContainer
net.simplace.sim.control.FWSimulationIterator
- Alle implementierten Schnittstellen:
FWSimFieldContainer
- Bekannte direkte Unterklassen:
DefaultSimulationIterator
- Autor:
- Andreas Enders
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungregistered links of the SimComponent implementationprotected intVon Klasse geerbte Felder net.simplace.sim.control.FWSimulationControlContainer
iCache, iCals, iConstraint, iContainerElement, iControlMap, iFieldMap, iInputs, iName, iParams, iSession, iSimulationMap -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFWSimulationIterator(org.jdom2.Element aSimulationIteratorElement, FWSimSession aSession) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic FWSimulationIteratorcreateSimulationIterator(org.jdom2.Element aSimulationIteratorElement, FWSimSession aSession) factory method for Creation of the resource transformerprotected Integerintprotected voidinit()The model initialization function.protected abstract booleanVon Klasse geerbte Methoden net.simplace.sim.control.FWSimulationControlContainer
addProcessTime, addVariable, checkCondition, evaluate, getContentType, getCreateFormXML, getEditFormXML, getFieldMap, getFrequence, getInputVariables, getName, getOrderNumber, getOutputVariables, getVariable, getVarMap, isConditionCheck, readInputCalAndConstraint, removeVariable, setPropertyValue, toXML
-
Felddetails
-
iMaxRunCount
protected int iMaxRunCount -
iInputMap
registered links of the SimComponent implementation
-
-
Konstruktordetails
-
FWSimulationIterator
- Parameter:
aSimulationIteratorElement-aSession-
-
-
Methodendetails
-
iterate
- Parameter:
aProjectID-- Gibt zurück:
- if the simulation should go on simulating
-
createVariables
- Gibt zurück:
- variables from the field map
-
init
protected void init()Beschreibung aus Klasse kopiert:FWSimulationControlContainerThe model initialization function. Will be called only once, before running the model using process().- Angegeben von:
initin KlasseFWSimulationControlContainer
-
createSimulationIterator
public static FWSimulationIterator createSimulationIterator(org.jdom2.Element aSimulationIteratorElement, FWSimSession aSession) factory method for Creation of the resource transformer- Parameter:
aSimulationIteratorElement-aSession-- Gibt zurück:
- the resource transformer
-
getIterationCount
-
getMaxIterationCount
public int getMaxIterationCount()
-