Package org.apache.uima.fit.component
Class NoOpAnnotator
- All Implemented Interfaces:
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
Description copied from class:CasAnnotator_ImplBase
Inputs a CAS to the AnalysisComponent. This method should be overriden by subclasses to perform analysis of the CAS.- Specified by:
process
in classCasAnnotator_ImplBase
- Parameters:
aCAS
- A CAS that this AnalysisComponent should process.- Throws:
AnalysisEngineProcessException
- if a problem occurs during processing
-