Klasse SimpleSimulationGenerator
java.lang.Object
net.simplace.sim.control.FWSimulationControlContainer
net.simplace.sim.control.FWSimulationGenerator
net.simplace.sim.control.generators.SimpleSimulationGenerator
- Alle implementierten Schnittstellen:
FWSimFieldContainer
- Autor:
- Andreas Enders This simple Generator is only used from Code-side. It is not available for plug-in or class.forName(). It can only be constructed by solution only without any project information.
-
Feldübersicht
Von Klasse geerbte Felder net.simplace.sim.control.FWSimulationGenerator
iContentType, iSimulationsMapVon Klasse geerbte Felder net.simplace.sim.control.FWSimulationControlContainer
iCache, iCals, iConstraint, iContainerElement, iControlMap, iFieldMap, iIdentifier, iInputMap, iInputs, iName, iParams, iSession, iSimulationMap -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidgenerate(FWSimulationControlCache aCache, ResultSet aResultSet) abstract method generate that is called from outside when the user calls:Ungültige Referenz
FWSimulationGenerator#updateSimulations(FWSimSimulation, String)voidinit()The model initialization function.Von Klasse geerbte Methoden net.simplace.sim.control.FWSimulationGenerator
addSimulation, canUpdate, clearSimulations, createSimulationGenerator, finalize, getSimulation, getSimulationsListSize, initializeProject, reset, setFinished, setInitial, updateSimulations, writeSimulationVon 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
-
Konstruktordetails
-
SimpleSimulationGenerator
- Parameter:
aSession-
-
-
Methodendetails
-
init
public 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
-
createVariables
- Gibt zurück:
- variables from the field map
- Siehe auch:
-
generate
Beschreibung aus Klasse kopiert:FWSimulationGeneratorabstract method generate that is called from outside when the user calls:Ungültige Referenz
FWSimulationGenerator#updateSimulations(FWSimSimulation, String)- Angegeben von:
generatein KlasseFWSimulationGenerator- Parameter:
aCache-aResultSet-- Siehe auch:
-