A C D F N 
All Classes All Packages

A

AnnotationDefinedFlow - Class in de.julielab.jcore.flow.annotationdefined
Returns steps according an existing ToVisit annotation of the CAS or, if not present, the default aggregate flow.
AnnotationDefinedFlow(ToVisit, FlowConstraints, JCas) - Constructor for class de.julielab.jcore.flow.annotationdefined.AnnotationDefinedFlow
Creates a flow that follows to entries in ToVisit.getDelegateKeys() of toVisit or, if toVisit is null, falls back to the default fixed flow.
AnnotationDefinedFlowController - Class in de.julielab.jcore.flow.annotationdefined
Routes CASes through an aggregate analysis engine according to the ToVisit annotation present in the CAS.
AnnotationDefinedFlowController() - Constructor for class de.julielab.jcore.flow.annotationdefined.AnnotationDefinedFlowController
 

C

computeFlow(JCas) - Method in class de.julielab.jcore.flow.annotationdefined.AnnotationDefinedFlowController
 

D

de.julielab.jcore.flow.annotationdefined - package de.julielab.jcore.flow.annotationdefined
 

F

FixedInnerFlow - Class in de.julielab.jcore.flow.annotationdefined
This flow is supposed to route the output CASes of the de.julielab.jcore.reader.xmi.XmiDBMultiplier in a fixed, sequential manner through the aggregate engine.
FixedInnerFlow(String[]) - Constructor for class de.julielab.jcore.flow.annotationdefined.FixedInnerFlow
 

N

next() - Method in class de.julielab.jcore.flow.annotationdefined.AnnotationDefinedFlow
Routes the CAS to the next component defined by the CAS'es ToVisit annotation or, if ToVisit was not found, to the next component as defined by the default fixed flow.
next() - Method in class de.julielab.jcore.flow.annotationdefined.FixedInnerFlow
 
A C D F N 
All Classes All Packages