Klasse LoopSimModelRunProcessor
java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.pipe.control.FWLoopProcessor
net.simplace.client.sim.processors.LoopSimModelRunProcessor
- Alle implementierten Schnittstellen:
EventListener,FWSimulationListener
- Autor:
- Andreas Enders
-
Feldübersicht
Von Klasse geerbte Felder net.simplace.pipe.control.FWLoopProcessor
iLoopCount, iLoopMap, iLoopPipeId, iSeparateRunsVon Klasse geerbte Felder net.simplace.pipe.control.FWProcessor
iAllreadyLoopedCount, iContainer, iInObservable, iObservable, iProgressTasks -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()Creates a connectlet by dynamically instancing the class given in the JDM element.voidvoidinvoked when a new iteration was startedprotected booleanprocess()Must be overridden to implement concrete pipe procedure.voidprojectEnded(FWSimulationEvent<FWSimProject> aEvent) invoked when a OutputEvent is receivedvoidsimulationEnded(FWSimulationEvent<FWSimModel> aEvent) invoked when a simulation has endedvoidinvoked when a OutputEvent is receivedvoidsimulationStarted(FWSimulationEvent<FWSimModel> aEvent) invoked when a simulation is startedVon Klasse geerbte Methoden net.simplace.pipe.control.FWLoopProcessor
checkInParameterMap, checkOutParameterMap, getLoopCount, getLoopMap, getLoopPipeID, interveneRunLoop, runLoopVon Klasse geerbte Methoden net.simplace.pipe.control.FWProcessor
containsParameter, createProcessor, createProcessor, fireTaskEvent, getAllStringInParameters, getConfiguration, getInitialParameters, getInParameter, getInParameter, getInParameters, getOutParameter, getOutParameterKeys, getPipeLine, getProgressTask, getStringInParameter, getStringInParameter, getSystemID, hasConfiguration, isEndOfPipe, pipe, removeOutParameter, setConfiguration, setEndOfPipeFlag, setInitialParameters, setInParameterMap, setLoopedCount, setOutParameter, setStateOfTask, setStateProgressing, toXML
-
Konstruktordetails
-
LoopSimModelRunProcessor
public LoopSimModelRunProcessor()
-
-
Methodendetails
-
process
Beschreibung aus Klasse kopiert:FWProcessorMust be overridden to implement concrete pipe procedure.- Angegeben von:
processin KlasseFWProcessor- Gibt zurück:
- success
- Löst aus:
PipeLineException- Siehe auch:
-
getNewProgressTask
- Setzt außer Kraft:
getNewProgressTaskin KlasseFWProcessor- Gibt zurück:
- the progressTask for given LoopCount (1-n)
-
initLoop
- Setzt außer Kraft:
initLoopin KlasseFWLoopProcessor- Parameter:
aParameterMap-
-
clone
Beschreibung aus Klasse kopiert:FWProcessorCreates a connectlet by dynamically instancing the class given in the JDM element.- Setzt außer Kraft:
clonein KlasseFWLoopProcessor
-
simulationStarted
Beschreibung aus Schnittstelle kopiert:FWSimulationListenerinvoked when a simulation is started- Angegeben von:
simulationStartedin SchnittstelleFWSimulationListener- Parameter:
aEvent-
-
simulationEnded
Beschreibung aus Schnittstelle kopiert:FWSimulationListenerinvoked when a simulation has ended- Angegeben von:
simulationEndedin SchnittstelleFWSimulationListener- Parameter:
aEvent-
-
simulationErrored
Beschreibung aus Schnittstelle kopiert:FWSimulationListenerinvoked when a OutputEvent is received- Angegeben von:
simulationErroredin SchnittstelleFWSimulationListener- Parameter:
aEvent-
-
projectEnded
Beschreibung aus Schnittstelle kopiert:FWSimulationListenerinvoked when a OutputEvent is received- Angegeben von:
projectEndedin SchnittstelleFWSimulationListener- Parameter:
aEvent-
-
iterationEnded
Beschreibung aus Schnittstelle kopiert:FWSimulationListenerinvoked when a new iteration was started- Angegeben von:
iterationEndedin SchnittstelleFWSimulationListener- Parameter:
aEvent-
-