Class FlowControllerImpl

  • All Implemented Interfaces:
    org.apache.uima.flow.FlowController

    public class FlowControllerImpl
    extends org.apache.uima.flow.FlowController_ImplBase
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.uima.flow.Flow computeFlow​(org.apache.uima.cas.AbstractCas arg0)  
      java.lang.Class getRequiredCasInterface()  
      void init()  
      void setKeys​(java.lang.String[] keys)  
      • Methods inherited from class org.apache.uima.flow.FlowController_ImplBase

        addAnalysisEngines, batchProcessComplete, collectionProcessComplete, destroy, getContext, initialize, reconfigure, removeAnalysisEngines
      • Methods inherited from class java.lang.Object

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

      • FlowControllerImpl

        public FlowControllerImpl()
      • FlowControllerImpl

        public FlowControllerImpl​(org.apache.uima.flow.FlowControllerContext fcContext)
                           throws org.apache.uima.resource.ResourceInitializationException
        Throws:
        org.apache.uima.resource.ResourceInitializationException
    • Method Detail

      • setKeys

        public void setKeys​(java.lang.String[] keys)
      • init

        public void init()
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • computeFlow

        public org.apache.uima.flow.Flow computeFlow​(org.apache.uima.cas.AbstractCas arg0)
                                              throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
        Throws:
        org.apache.uima.analysis_engine.AnalysisEngineProcessException
      • getRequiredCasInterface

        public java.lang.Class getRequiredCasInterface()