Uses of Class
org.apache.uima.flow.Step

Packages that use Step
org.apache.uima.flow   
 

Uses of Step in org.apache.uima.flow
 

Subclasses of Step in org.apache.uima.flow
 class FinalStep
          Indicates that a CAS has finished being processed by the aggregate.
 class ParallelStep
          Indicates that a CAS should be routed to a multiple AnalysisEngines and that the relative order in which these execute does not matter.
 class SimpleStep
          Indicates that a CAS should be routed to a single AnalysisEngine.
 class SimpleStepWithResultSpec
          Deprecated. For backwards compatibility with Capability Language Flow only. User-developed Flow Controllers should not use this.
 

Methods in org.apache.uima.flow that return Step
 Step Flow.next()
          Gets the next destination for the CAS.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.