Uses of Class
es.uvigo.esei.sing.textproc.step.AbstractProcessingStep
Package | Description |
---|---|
es.uvigo.esei.sing.textproc.abstracttppstep | |
es.uvigo.esei.sing.textproc.step |
-
Uses of AbstractProcessingStep in es.uvigo.esei.sing.textproc.abstracttppstep
Subclasses of AbstractProcessingStep in es.uvigo.esei.sing.textproc.abstracttppstep Modifier and Type Class Description class
AbstractTppProcessingStep
Handles common processing logic to all processing steps that call the Text Processing Python web service for processing documents. -
Uses of AbstractProcessingStep in es.uvigo.esei.sing.textproc.step
Methods in es.uvigo.esei.sing.textproc.step that return AbstractProcessingStep Modifier and Type Method Description AbstractProcessingStep
ProcessingStepService. create()
Returns a new instance of the processing step contained by this service, which implementsAbstractProcessingStep
.