Package org.apache.uima.fit.component
Class NoOpAnnotator
- All Implemented Interfaces:
AnalysisComponent
No-operation annotator. This annotator performs no operation whatsoever.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.uima.fit.component.CasAnnotator_ImplBase
initializeMethods inherited from class org.apache.uima.analysis_component.CasAnnotator_ImplBase
getRequiredCasInterface, process, typeSystemInitMethods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase
getCasInstancesRequired, hasNext, nextMethods 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_ImplBaseInputs a CAS to the AnalysisComponent. This method should be overriden by subclasses to perform analysis of the CAS.- Specified by:
processin classCasAnnotator_ImplBase- Parameters:
aCAS- A CAS that this AnalysisComponent should process.- Throws:
AnalysisEngineProcessException- if a problem occurs during processing
-