Uses of Package
es.uvigo.esei.sing.textproc.step
Package | Description |
---|---|
es.uvigo.esei.sing.textproc.abstracttppstep | |
es.uvigo.esei.sing.textproc.process | |
es.uvigo.esei.sing.textproc.step |
-
Classes in es.uvigo.esei.sing.textproc.step used by es.uvigo.esei.sing.textproc.abstracttppstep 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.ProcessingConsumer A consumer of data to be processed, which can throw a checkedProcessingException
.ProcessingException Represents a unrecoverable exception which occurs while executing a processing operation.ProcessingStepService Specifies the contract of any processing step service, which allows it to integrate with the application in an extensible manner. -
Classes in es.uvigo.esei.sing.textproc.step used by es.uvigo.esei.sing.textproc.process Class Description ProcessingException Represents a unrecoverable exception which occurs while executing a processing operation. -
Classes in es.uvigo.esei.sing.textproc.step used by es.uvigo.esei.sing.textproc.step 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.ProcessingConsumer A consumer of data to be processed, which can throw a checkedProcessingException
.ProcessingException Represents a unrecoverable exception which occurs while executing a processing operation.ProcessingStepService Specifies the contract of any processing step service, which allows it to integrate with the application in an extensible manner.