Package nz.org.riskscape.engine.steps
Class ForeachStep.Parameters
java.lang.Object
nz.org.riskscape.engine.steps.ForeachStep.Parameters
- Enclosing class:
- ForeachStep
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
items
public nz.org.riskscape.rl.ast.Expression itemsThe 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 pipelineThe 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()
-