Class ForeachStep.Parameters

java.lang.Object
nz.org.riskscape.engine.steps.ForeachStep.Parameters
Enclosing class:
ForeachStep

public static class ForeachStep.Parameters extends Object
  • Field Details

    • items

      public nz.org.riskscape.rl.ast.Expression items

      The list of items to iterate over. Each item will be provided to the child pipeline as the $item parameter.

    • pipeline

      public nz.org.riskscape.rl.ast.InputChain pipeline

      The child pipeline to execute for each item. This pipeline will have access to $item (current element) and $index (current iteration number, starting at 0).

    • rInput

      public nz.org.riskscape.engine.pipeline.RealizationInput rInput
  • Constructor Details

    • Parameters

      public Parameters()