Package es.uvigo.esei.sing.textproc.step
-
Interface Summary Interface Description AbstractProcessingStep.ProcessingConsumer<T> A consumer of data to be processed, which can throw a checkedProcessingException
.ProcessingStepService Specifies the contract of any processing step service, which allows it to integrate with the application in an extensible manner. -
Class Summary Class Description AbstractProcessingStep Contains parameter validation logic common to processing steps, reducing the effort needed to implement theProcessingStepInterface
interface and ensuring all processing steps behave in a consistent manner.AbstractProcessingStep.NullProcessingConsumer<T> A processing consumer that does nothing.ProcessingStepServices Contains common functionality for available processing step services. -
Exception Summary Exception Description ProcessingException Represents a unrecoverable exception which occurs while executing a processing operation.