Package net.simplace.pipe.processors
Class CreateScenarioToLoopProcessor
java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.pipe.processors.CreateScenarioToLoopProcessor
Saves the actual scenario within the Parameter Map.
Parameter
Description
comma-separated list of parameters to save additionally to the automatic parameters
(optional) List of Scenario-configurations is saved is Parameter: CONFIGURATION_"+ Progressid
if progressid is not given list of Scenario-configurations is saved is Parameter: CONFIGURATION_"+ classname
required Parameter read from PipeLine Map
required Parameter read from PipeLine Map
required Parameter read from PipeLine Map
parameterlistprogressidclassnamescenarionamescenariodescscenarioOID- Author:
- Andreas Enders
-
Field Summary
Fields inherited from class net.simplace.pipe.control.FWProcessor
iAllreadyLoopedCount, iContainer, iInObservable, iObservable, iProgressTasks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanCan be overridden to perform semantic checks on the pipeline Input.protected booleanCan be overridden to perform semantic checks on the pipeline Input.booleanprocess()Must be overidden to implemnt concrete pipe procedure.Methods inherited from class 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
-
Constructor Details
-
CreateScenarioToLoopProcessor
public CreateScenarioToLoopProcessor()
-
-
Method Details
-
process
Must be overidden to implemnt concrete pipe procedure.- Specified by:
processin classFWProcessor- Returns:
- success
- Throws:
PipeLineException
-
checkInParameterMap
protected boolean checkInParameterMap()Description copied from class:FWProcessorCan be overridden to perform semantic checks on the pipeline Input.- Overrides:
checkInParameterMapin classFWProcessor- Returns:
- true if not overridden by implementations
-
checkOutParameterMap
protected boolean checkOutParameterMap()Description copied from class:FWProcessorCan be overridden to perform semantic checks on the pipeline Input.- Overrides:
checkOutParameterMapin classFWProcessor- Returns:
- true if not overridden
-