Class FixedInnerFlow
- java.lang.Object
-
- org.apache.uima.flow.JCasFlow_ImplBase
-
- de.julielab.jcore.flow.annotationdefined.FixedInnerFlow
-
- All Implemented Interfaces:
org.apache.uima.flow.Flow
public class FixedInnerFlow extends org.apache.uima.flow.JCasFlow_ImplBaseThis flow is supposed to route the output CASes of the
de.julielab.jcore.reader.xmi.XmiDBMultiplierin a fixed, sequential manner through the aggregate engine. It just skips the first delegate - the multiplier itself - then continues with the rest.
-
-
Constructor Summary
Constructors Constructor Description FixedInnerFlow(String[] fixedFlow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.uima.flow.Stepnext()
-
-
-
Constructor Detail
-
FixedInnerFlow
public FixedInnerFlow(String[] fixedFlow)
-
-