Package nz.org.riskscape.engine.pipeline
Class Subpipeline
java.lang.Object
nz.org.riskscape.engine.pipeline.Subpipeline
-
Constructor Summary
ConstructorsConstructorDescriptionSubpipeline(URI location, PipelineDeclaration ast, List<PipelineParameter> parameters) Creates a newSubpipelineinstance.Subpipeline(PipelineDeclaration subpipeline) -
Method Summary
Modifier and TypeMethodDescriptiongetAst()ThePipelineDeclaration(AST) of the subpipeline.Where this sub-pipeline was defined (might not be the ast's location, e.g.
-
Constructor Details
-
Subpipeline
-
Subpipeline
Creates a new
Subpipelineinstance.- Parameters:
location- Where this sub-pipeline was defined (might not be the ast's location, e.g. ini file)ast- ThePipelineDeclaration(AST) of the subpipeline.parameters- Parameters defined for this subpipeline
-
-
Method Details
-
getParameterMap
- Returns:
- a map of the parameters that have default values set.
-
getParameters
- Returns:
- a list of all the parameters associated with this subpipeline.
-
getLocation
Where this sub-pipeline was defined (might not be the ast's location, e.g. ini file)
-
getAst
The
PipelineDeclaration(AST) of the subpipeline.
-