Class FixedInnerFlow

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

    public class FixedInnerFlow
    extends org.apache.uima.flow.JCasFlow_ImplBase

    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. It just skips the first delegate - the multiplier itself - then continues with the rest.

    • Constructor Detail

      • FixedInnerFlow

        public FixedInnerFlow​(String[] fixedFlow)
    • Method Detail

      • next

        public org.apache.uima.flow.Step next()