Skip to content

Added further attributes to strategyModel

Mayr, Christina Maria requested to merge add_controller_input into master

The strategy model layer has been extended by two additional attributes stored in the *.scenario file.

  1. arguments: can be used to pass user-specific arguments, e.g. pass file names
  2. requiredDataProcessorsIds: specify data processor which are used in the strategy model. The scenario checker will give an error if a required data processor is missing.

The extension can be used for several purposes, e.g. pass file names as parameter when using the suqc.

Merge request reports