Uses of Interface
org.gcube.searchsystem.planning.preprocessing.Preprocessor

Packages that use Preprocessor
org.gcube.searchsystem.planning   
 

Uses of Preprocessor in org.gcube.searchsystem.planning
 

Methods in org.gcube.searchsystem.planning that return types with arguments of type Preprocessor
 java.util.ArrayList<Preprocessor> Orchestrator.getPreprocessors()
          getter for the list of processors to apply before planning
 

Method parameters in org.gcube.searchsystem.planning with type arguments of type Preprocessor
 void Orchestrator.setPreprocessors(java.util.ArrayList<Preprocessor> preprocessors)
          setter for the list of processors to apply before planning