org.apache.ctakes.assertion.medfacts
Class ConceptConverterAnalysisEngine

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.assertion.medfacts.ConceptConverterAnalysisEngine
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent

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


Field Summary
static java.util.logging.Logger logger
           
 
Constructor Summary
ConceptConverterAnalysisEngine()
           
 
Method Summary
 void process(org.apache.uima.jcas.JCas jcas)
           
 void processForEntityType(org.apache.uima.jcas.JCas jcas, int annotationType, java.lang.Class<? extends IdentifiedAnnotation> annotationClass)
           
 
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
 

Field Detail

logger

public static final java.util.logging.Logger logger
Constructor Detail

ConceptConverterAnalysisEngine

public ConceptConverterAnalysisEngine()
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

processForEntityType

public void processForEntityType(org.apache.uima.jcas.JCas jcas,
                                 int annotationType,
                                 java.lang.Class<? extends IdentifiedAnnotation> annotationClass)