Package net.simplace.pipe.processors
Klasse SaveScenarioProcessor
java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.pipe.processors.SaveScenarioProcessor
Saves the actual scenario within the scenario result database. After doing this the result tree
is updated automatically.
Parameter
Description
comma-separated list of parameters to save additionally to the automatic parameters
required Parameter read from PipeLine Map
required Parameter read from PipeLine Map
required Parameter read from PipeLine Map
parameterlistscenarionamescenariodescscenarioOID- Autor:
- Andreas Enders
-
Feldübersicht
Von Klasse geerbte Felder net.simplace.pipe.control.FWProcessor
iAllreadyLoopedCount, iContainer, iInObservable, iObservable, iProgressTasks -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanChecks that all required parameters have been specified.protected booleanCan be overridden to perform semantic checks on the pipeline Input.booleanprocess()Saves a selected subset of the input parameter map as scenario.Von Klasse geerbte Methoden net.simplace.pipe.control.FWProcessor
clone, containsParameter, createProcessor, createProcessor, fireTaskEvent, getAllStringInParameters, getConfiguration, getInitialParameters, getInParameter, getInParameter, getInParameters, getNewProgressTask, getOutParameter, getOutParameterKeys, getPipeLine, getProgressTask, getStringInParameter, getStringInParameter, getSystemID, hasConfiguration, isEndOfPipe, pipe, removeOutParameter, setConfiguration, setEndOfPipeFlag, setInitialParameters, setInParameterMap, setLoopedCount, setOutParameter, setStateOfTask, setStateProgressing, toXML
-
Konstruktordetails
-
SaveScenarioProcessor
public SaveScenarioProcessor()
-
-
Methodendetails
-
process
Saves a selected subset of the input parameter map as scenario.- Angegeben von:
processin KlasseFWProcessor- Gibt zurück:
- success
- Löst aus:
PipeLineException
-
checkInParameterMap
protected boolean checkInParameterMap()Checks that all required parameters have been specified. In this case, the only required parameter is 'parameterlist'.- Setzt außer Kraft:
checkInParameterMapin KlasseFWProcessor- Gibt zurück:
- true if not overridden by implementations
-
checkOutParameterMap
protected boolean checkOutParameterMap()Beschreibung aus Klasse kopiert:FWProcessorCan be overridden to perform semantic checks on the pipeline Input.- Setzt außer Kraft:
checkOutParameterMapin KlasseFWProcessor- Gibt zurück:
- true if not overridden
-