Package org.apache.uima.fit.component
Class JCasAnnotator_ImplBase
java.lang.Object
org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.analysis_component.Annotator_ImplBase
org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.apache.uima.fit.component.JCasAnnotator_ImplBase
- All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent
- Direct Known Subclasses:
ViewCreatorAnnotator
,ViewTextCopierAnnotator
public abstract class JCasAnnotator_ImplBase
extends org.apache.uima.analysis_component.JCasAnnotator_ImplBase
Base class for JCas annotators which initializes itself based on annotations.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
getRequiredCasInterface, process, process
Methods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase
getCasInstancesRequired, hasNext, next
Methods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
batchProcessComplete, collectionProcessComplete, destroy, getContext, getLogger, getResultSpecification, reconfigure, setResultSpecification
-
Constructor Details
-
JCasAnnotator_ImplBase
public JCasAnnotator_ImplBase()
-
-
Method Details
-
initialize
public void initialize(org.apache.uima.UimaContext context) throws org.apache.uima.resource.ResourceInitializationException - Specified by:
initialize
in interfaceorg.apache.uima.analysis_component.AnalysisComponent
- Overrides:
initialize
in classorg.apache.uima.analysis_component.AnalysisComponent_ImplBase
- Throws:
org.apache.uima.resource.ResourceInitializationException
-