Class JCasAnnotator_ImplBase

All Implemented Interfaces:
AnalysisComponent

public abstract class JCasAnnotator_ImplBase extends Annotator_ImplBase
Base class to be extended by Annotators that use the JCas interface. An Annotator is an AnalysisComponent that may modify its input CAS, but never creates any new CASes as output.