Package nz.org.riskscape.engine.pipeline
package nz.org.riskscape.engine.pipeline
-
ClassDescriptionBase class for
ModelFramework
s - so far this is just a place for a convenient method for handling an incompleteParameterSet
to live.Assigns a name to steps based on their step id and order in the ASTConverts aLopsidedJoiner
in to aFlatProjector
so that a pipeline can parallelize the lhsWraps a transformation chain to parallelize its executionTakes pipelines in plain-text DSL form and slots them into the model framework, so that they can be run the same way as any other model.Traverses aPipelineDeclaration
to produce aPipeline
.A slightly more specializedModelParameter
that deals specifically with pipelines, i.e.Accepts tuples, while providing a way to iterate over the tuples that were received.