Package nz.org.riskscape.engine.pipeline
Interface IdentifiedSubpipeline
- All Superinterfaces:
Identified
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription(Locale locale) static IdentifiedSubpipelinewrap(String id, String description, Subpipeline subpipeline) Methods inherited from interface nz.org.riskscape.engine.Identified
getId, getIdentifiedClass
-
Method Details
-
getSubpipeline
Subpipeline getSubpipeline() -
getDescription
- Parameters:
locale- to use to obtain the description- Returns:
- a user provided description of what this subpipeline is for
-
wrap
-