Class CasConsumer_ImplBase

All Implemented Interfaces:
AnalysisComponent
Direct Known Subclasses:
CasDumpWriter

public abstract class CasConsumer_ImplBase extends CasAnnotator_ImplBase
Base class for CAS consumers (actually a CasAnnotator_ImplBase) which initializes itself based on annotations.
  • Constructor Details

    • CasConsumer_ImplBase

      public CasConsumer_ImplBase()
  • Method Details

    • initialize

      public void initialize(UimaContext context) throws ResourceInitializationException
      Description copied from interface: AnalysisComponent
      Performs any startup tasks required by this component. The framework calls this method only once, just after the AnalysisComponent has been instantiated.

      The framework supplies this AnalysisComponent with a reference to the UimaContext that it will use, for example to access configuration settings or resources. This AnalysisComponent should store a reference to its the UimaContext for later use.

      Specified by:
      initialize in interface AnalysisComponent
      Overrides:
      initialize in class AnalysisComponent_ImplBase
      Parameters:
      context - Provides access to services and resources managed by the framework. This includes configuration parameters, logging, and access to external resources.
      Throws:
      ResourceInitializationException - if this AnalysisComponent cannot initialize successfully.