Package org.apache.uima.fit.component
Class NoOpAnnotator
java.lang.Object
org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.analysis_component.Annotator_ImplBase
org.apache.uima.analysis_component.CasAnnotator_ImplBase
org.apache.uima.fit.component.CasAnnotator_ImplBase
org.apache.uima.fit.component.NoOpAnnotator
- All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent
No-operation annotator. This annotator performs no operation whatsoever.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.uima.fit.component.CasAnnotator_ImplBase
initialize
Methods inherited from class org.apache.uima.analysis_component.CasAnnotator_ImplBase
getRequiredCasInterface, process, typeSystemInit
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
-
NoOpAnnotator
public NoOpAnnotator()
-
-
Method Details
-
process
public void process(org.apache.uima.cas.CAS aCAS) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException - Specified by:
process
in classorg.apache.uima.analysis_component.CasAnnotator_ImplBase
- Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException
-