Uses of Interface
org.apache.commons.workflow.Iterator

Packages that use Iterator
org.apache.commons.workflow.core Implementations of Steps in the core library. 
 

Uses of Iterator in org.apache.commons.workflow.core
 

Classes in org.apache.commons.workflow.core that implement Iterator
 class WhileAnyStep
          Repeatedly evaluate the properties specified by the associated Descriptors, and execute the nested Steps if and only if ANY of them evaluate to a positive result.
 class WhileNotAnyStep
          Repeatedly evaluate the properties specified by the associated Descriptors, and execute the nested Steps if and only if ALL of them evaluate to a negative result.
 class WhileNotStep
          Repeatedly evaluate the properties specified by the associated Descriptors, and execute the nested Steps if and only if ANY of them evaluate to a negative result.
 class WhileStep
          Repeatedly evaluate the properties specified by the associated Descriptors, and execute the nested Steps if and only if ALL of them evaluate to a positive result.
 



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