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

Packages that use Step
org.apache.uima.analysis_engine.asb.impl   
org.apache.uima.flow   
org.apache.uima.flow.impl   
 

Uses of Step in org.apache.uima.analysis_engine.asb.impl
 

Methods in org.apache.uima.analysis_engine.asb.impl that return Step
 Step FlowContainer.next()
           
 

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.
 

Uses of Step in org.apache.uima.flow.impl
 

Methods in org.apache.uima.flow.impl that return Step
 Step CapabilityLanguageFlowObject.next()
           
 



Copyright © 2013. All Rights Reserved.