Uses of Interface
es.uvigo.esei.sing.textproc.step.ProcessingStepService
Package | Description |
---|---|
es.uvigo.esei.sing.textproc.abstracttppstep | |
es.uvigo.esei.sing.textproc.step |
-
Uses of ProcessingStepService in es.uvigo.esei.sing.textproc.abstracttppstep
Classes in es.uvigo.esei.sing.textproc.abstracttppstep that implement ProcessingStepService Modifier and Type Class Description class
AbstractTppProcessingStepService
ImplementsAbstractTppProcessingStepService.getAdditionalParameters()
so that additional parameters common to every Text Processing Python processing step are returned without involvement of the subclass. -
Uses of ProcessingStepService in es.uvigo.esei.sing.textproc.step
Methods in es.uvigo.esei.sing.textproc.step that return types with arguments of type ProcessingStepService Modifier and Type Method Description static java.util.ServiceLoader<ProcessingStepService>
ProcessingStepServices. getServiceLoader()
Returns a service loader for iterating over every available processing step service.