Klasse SaveScenarioProcessor

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

public final class SaveScenarioProcessor extends FWProcessor
Saves the actual scenario within the scenario result database. After doing this the result tree is updated automatically. Parameter Description parameterlist comma-separated list of parameters to save additionally to the automatic parameters scenarioname required Parameter read from PipeLine Map scenariodesc required Parameter read from PipeLine Map scenarioOID required Parameter read from PipeLine Map
Autor:
Andreas Enders
  • Konstruktordetails

    • SaveScenarioProcessor

      public SaveScenarioProcessor()
  • Methodendetails

    • process

      public boolean process() throws PipeLineException
      Saves a selected subset of the input parameter map as scenario.
      Angegeben von:
      process in Klasse FWProcessor
      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:
      checkInParameterMap in Klasse FWProcessor
      Gibt zurück:
      true if not overridden by implementations
    • checkOutParameterMap

      protected boolean checkOutParameterMap()
      Beschreibung aus Klasse kopiert: FWProcessor
      Can be overridden to perform semantic checks on the pipeline Input.
      Setzt außer Kraft:
      checkOutParameterMap in Klasse FWProcessor
      Gibt zurück:
      true if not overridden