Uses of Class
org.apache.uima.flow.ParallelStep
-
Packages that use ParallelStep Package Description org.apache.uima.analysis_engine.asb.impl -
-
Uses of ParallelStep in org.apache.uima.analysis_engine.asb.impl
Fields in org.apache.uima.analysis_engine.asb.impl declared as ParallelStep Modifier and Type Field Description (package private) ParallelStep
ASB_impl.StackFrame. incompleteParallelStep
If the CAS Multiplier was called while processing a ParallelStep, this specifies the remaining parts of the parallel step, so we can pick up processing from there once we've processed all the output CASes.Constructors in org.apache.uima.analysis_engine.asb.impl with parameters of type ParallelStep Constructor Description StackFrame(CasIterator casIterator, CAS originalCas, FlowContainer originalCasFlow, java.lang.String lastAeKey, ParallelStep incompleteParallelStep)
-