Class AnnotationDefinedFlowController
- java.lang.Object
-
- org.apache.uima.flow.FlowController_ImplBase
-
- org.apache.uima.flow.JCasFlowController_ImplBase
-
- de.julielab.jcore.flow.annotationdefined.AnnotationDefinedFlowController
-
- All Implemented Interfaces:
org.apache.uima.flow.FlowController
public class AnnotationDefinedFlowController extends org.apache.uima.flow.JCasFlowController_ImplBaseRoutes CASes through an aggregate analysis engine according to the
ToVisitannotation present in the CAS.If there is no ToVisit annotation, the default (fixed) flow will be used. Thus, the fixed flow constraint must be set on the aggregate engine.
-
-
Constructor Summary
Constructors Constructor Description AnnotationDefinedFlowController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.uima.flow.FlowcomputeFlow(org.apache.uima.jcas.JCas jCas)-
Methods inherited from class org.apache.uima.flow.JCasFlowController_ImplBase
computeFlow, getRequiredCasInterface
-
-
-
-
Method Detail
-
computeFlow
public org.apache.uima.flow.Flow computeFlow(org.apache.uima.jcas.JCas jCas) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException- Specified by:
computeFlowin classorg.apache.uima.flow.JCasFlowController_ImplBase- Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException
-
-