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 Step
FlowContainer. next()
-
Uses of Step in org.apache.uima.flow
Subclasses of Step in org.apache.uima.flow Modifier and Type Class Description 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.Methods in org.apache.uima.flow that return Step Modifier and Type Method Description 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 Modifier and Type Method Description Step
CapabilityLanguageFlowObject. next()
Step
FixedFlowController.FixedFlowObject. next()
-