Class CreateScenarioToLoopProcessor

java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.pipe.processors.CreateScenarioToLoopProcessor

public final class CreateScenarioToLoopProcessor extends FWProcessor
Saves the actual scenario within the Parameter Map. Parameter Description parameterlist comma-separated list of parameters to save additionally to the automatic parameters progressid (optional) List of Scenario-configurations is saved is Parameter: CONFIGURATION_"+ Progressid classname if progressid is not given list of Scenario-configurations is saved is Parameter: CONFIGURATION_"+ classname scenarioname required Parameter read from PipeLine Map scenariodesc required Parameter read from PipeLine Map scenarioOID required Parameter read from PipeLine Map
Author:
Andreas Enders
  • Constructor Details

    • CreateScenarioToLoopProcessor

      public CreateScenarioToLoopProcessor()
  • Method Details

    • process

      public boolean process() throws PipeLineException
      Must be overidden to implemnt concrete pipe procedure.
      Specified by:
      process in class FWProcessor
      Returns:
      success
      Throws:
      PipeLineException
    • checkInParameterMap

      protected boolean checkInParameterMap()
      Description copied from class: FWProcessor
      Can be overridden to perform semantic checks on the pipeline Input.
      Overrides:
      checkInParameterMap in class FWProcessor
      Returns:
      true if not overridden by implementations
    • checkOutParameterMap

      protected boolean checkOutParameterMap()
      Description copied from class: FWProcessor
      Can be overridden to perform semantic checks on the pipeline Input.
      Overrides:
      checkOutParameterMap in class FWProcessor
      Returns:
      true if not overridden