org.apache.uima.fsvars
Class Annotator

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.CasAnnotator_ImplBase
              extended by org.apache.uima.fsvars.Annotator
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent

public class Annotator
extends org.apache.uima.analysis_component.CasAnnotator_ImplBase

TODO: Create type commment.


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

Constructor Detail

Annotator

public Annotator()
Method Detail

process

public void process(org.apache.uima.cas.CAS aCAS)
Specified by:
process in class org.apache.uima.analysis_component.CasAnnotator_ImplBase


Copyright © 2011. All Rights Reserved.