Class CasAnnotator_ImplBase

All Implemented Interfaces:
AnalysisComponent
Direct Known Subclasses:
XmlDetagger

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

    • mLastTypeSystem

      private TypeSystem mLastTypeSystem
      Stores the last type system that this component operated on, so we can tell when typeSystemInit needs to be called.
  • Constructor Details

    • CasAnnotator_ImplBase

      public CasAnnotator_ImplBase()
  • Method Details