org.apache.ctakes.core.ae
Class NullAnnotator

java.lang.Object
  extended by org.apache.uima.analysis_component.AnalysisComponent_ImplBase
      extended by org.apache.uima.analysis_component.Annotator_ImplBase
          extended by org.apache.uima.analysis_component.JCasAnnotator_ImplBase
              extended by org.apache.ctakes.core.ae.NullAnnotator
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent

public class NullAnnotator
extends org.apache.uima.analysis_component.JCasAnnotator_ImplBase

This annotator does nothing. The process method is overridden but is empty. None of the other methods are overriden. This annotator may be useful if you are using the CPE GUI and you are required to specify an analysis engine but you don't actually want to specify one.

Author:
Mayo Clinic

Constructor Summary
NullAnnotator()
           
 
Method Summary
 void process(org.apache.uima.jcas.JCas jcas)
           
 
Methods inherited from class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
getRequiredCasInterface, 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, getResultSpecification, initialize, reconfigure, setResultSpecification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullAnnotator

public NullAnnotator()
Method Detail

process

public void process(org.apache.uima.jcas.JCas jcas)
             throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
Specified by:
process in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException