Klasse DefaultSimulationGenerator
java.lang.Object
net.simplace.sim.control.FWSimulationControlContainer
net.simplace.sim.control.FWSimulationGenerator
net.simplace.sim.control.generators.DefaultSimulationGenerator
- Alle implementierten Schnittstellen:
FWSimFieldContainer
- Bekannte direkte Unterklassen:
EquidistantCalSimGenerator
Class used for all
has to be implemented in extending classes.
FWSimProject.PROJECT_MODEs but FWSimVariable.CONTENT_TYPE.res.
Use this class to override and create own SimGenerator plug-ins.
Method
Ungültige Referenz
#generate(FWSimSimulation)
- Autor:
- Andreas Enders
-
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
KonstruktorenKonstruktorBeschreibungDefaultSimulationGenerator(org.jdom2.Element aGeneratorElement, FWSimSession aSession, HashMap<String, FWSimVariable<?>> aFieldMap, FWSimVariable.CONTENT_TYPE aContentType) -
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
-
DefaultSimulationGenerator
public DefaultSimulationGenerator(org.jdom2.Element aGeneratorElement, FWSimSession aSession, HashMap<String, FWSimVariable<?>> aFieldMap, FWSimVariable.CONTENT_TYPE aContentType) - Parameter:
aGeneratorElement-aSession-aFieldMap-aContentType-
-
-
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-- Löst aus:
Exception- Siehe auch:
-