org.apache.uima.flow
Class Step

java.lang.Object
  extended by org.apache.uima.flow.Step
Direct Known Subclasses:
FinalStep, ParallelStep, SimpleStep

public abstract class Step
extends Object

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:


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

Step

public Step()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.