Class PPDWriter

  • All Implemented Interfaces:
    org.apache.uima.analysis_component.AnalysisComponent

    public class PPDWriter
    extends org.apache.uima.analysis_component.JCasAnnotator_ImplBase
    • Constructor Summary

      Constructors 
      Constructor Description
      PPDWriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void batchProcessComplete()  
      void collectionProcessComplete()  
      void initialize​(org.apache.uima.UimaContext aContext)  
      void process​(org.apache.uima.jcas.JCas aJCas)  
      • 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

        destroy, getContext, getResultSpecification, reconfigure, setResultSpecification
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PARAM_TYPE_LABEL_MAPPINGS

        public static final java.lang.String PARAM_TYPE_LABEL_MAPPINGS
        See Also:
        Constant Field Values
      • PARAM_META_DATA_TYPE_MAPPINGS

        public static final java.lang.String PARAM_META_DATA_TYPE_MAPPINGS
        See Also:
        Constant Field Values
      • PARAM_OUTSIDE_LABEL

        public static final java.lang.String PARAM_OUTSIDE_LABEL
        See Also:
        Constant Field Values
      • PARAM_OUTPUT_FILE

        public static final java.lang.String PARAM_OUTPUT_FILE
        See Also:
        Constant Field Values
    • Constructor Detail

      • PPDWriter

        public PPDWriter()
    • Method Detail

      • initialize

        public void initialize​(org.apache.uima.UimaContext aContext)
                        throws org.apache.uima.resource.ResourceInitializationException
        Specified by:
        initialize in interface org.apache.uima.analysis_component.AnalysisComponent
        Overrides:
        initialize in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
        Throws:
        org.apache.uima.resource.ResourceInitializationException
      • process

        public void process​(org.apache.uima.jcas.JCas aJCas)
                     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
      • batchProcessComplete

        public void batchProcessComplete()
                                  throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
        Specified by:
        batchProcessComplete in interface org.apache.uima.analysis_component.AnalysisComponent
        Overrides:
        batchProcessComplete in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
        Throws:
        org.apache.uima.analysis_engine.AnalysisEngineProcessException
      • collectionProcessComplete

        public void collectionProcessComplete()
                                       throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
        Specified by:
        collectionProcessComplete in interface org.apache.uima.analysis_component.AnalysisComponent
        Overrides:
        collectionProcessComplete in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
        Throws:
        org.apache.uima.analysis_engine.AnalysisEngineProcessException