Package nz.org.riskscape.engine.pipeline
Interface PipelineRealizer
public interface PipelineRealizer
Realizes a Pipeline by converting a PipelineDeclaration
in to a RealizedPipeline
. A realized
pipeline is effectively 'compiled' at this point to the extent that we know the various functions exist and that it
is type safe. It can now be handed over to a PipelineExecutor
for execution.
-
Method Summary
Modifier and TypeMethodDescriptionrealize
(ExecutionContext context, PipelineDeclaration pipeline)
-
Method Details
-
realize
-