Class AbstractProcessingStep

java.lang.Object
es.uvigo.esei.sing.textproc.step.AbstractProcessingStep
All Implemented Interfaces:
es.uvigo.esei.sing.textproc.step.internal.ProcessingStepInterface
Direct Known Subclasses:
AbstractTppProcessingStep

public abstract class AbstractProcessingStep
extends java.lang.Object
implements es.uvigo.esei.sing.textproc.step.internal.ProcessingStepInterface
Contains parameter validation logic common to processing steps, reducing the effort needed to implement the ProcessingStepInterface interface and ensuring all processing steps behave in a consistent manner.
Author:
Alejandro González García