Uses of Class
org.apache.commons.workflow.core.WhileStep

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

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

Subclasses of WhileStep in org.apache.commons.workflow.core
 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.
 



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