Uses of Class
org.apache.uima.flow.Step
-
Packages that use Step Package Description 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 Modifier and Type Method Description StepFlowContainer. next() -
Uses of Step in org.apache.uima.flow
Subclasses of Step in org.apache.uima.flow Modifier and Type Class Description classFinalStepIndicates that a CAS has finished being processed by the aggregate.classParallelStepIndicates that a CAS should be routed to a multiple AnalysisEngines and that the relative order in which these execute does not matter.classSimpleStepIndicates that a CAS should be routed to a single AnalysisEngine.classSimpleStepWithResultSpecDeprecated.For backwards compatibility with Capability Language Flow only.Methods in org.apache.uima.flow that return Step Modifier and Type Method Description StepFlow. 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 Modifier and Type Method Description StepCapabilityLanguageFlowObject. next()StepFixedFlowController.FixedFlowObject. next()
-