|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.flow.Step
public abstract class Step
Represents the next destination or destinations to which a CAS should be routed. A
Step is the output of the Flow.next() method. A Flow should output an
instance of a concrete class that extends Step. Currently, these are:
SimpleStep - specifies a single AnalysisEngine to which the CAS should next be
routedParallelStep - specifies multiple AnalysisEngine to which the CAS should next be
routed, where the relative order in which these Analysis Engines execute does not matter.FinalStep - indicates that there are no more destinations for this CAS.
| Constructor Summary | |
|---|---|
Step()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Step()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||