Interface PipelineStage<C extends PipelineContext>

All Known Implementing Classes:
AnalysisStage, CleanupStage, ContentGenerationStage, IngestionStage, NormalizationStage, RefinementStage, TilingStage

public interface PipelineStage<C extends PipelineContext>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(C context)
     
  • Method Details

    • execute

      void execute(C context)