Uses of Class
org.shiwa.fgi.iwir.AbstractSimpleCompoundTask

Packages that use AbstractSimpleCompoundTask
org.shiwa.fgi.iwir Provides simple java classes to generate an IWIR workflow. 
org.shiwa.fgi.iwir.image Provides the necessary tools for creating a graphical representation of the IWIR workflow. 
 

Uses of AbstractSimpleCompoundTask in org.shiwa.fgi.iwir
 

Subclasses of AbstractSimpleCompoundTask in org.shiwa.fgi.iwir
 class BlockScope
          The Class Block scope provides a block for tasks.
 class ForEachTask
          The Class ForEachTask enables the iteration over a data package collection.
 class ForTask
          The Class ForTask executes its body multiple times determined by a LoopCounter.
 class ParallelForEachTask
          The Class ParallelForEachTask provides the iteration over a data package without synchronization.
 class ParallelForTask
          The Class ParallelForTask.
 class WhileTask
          The Class WhileTask.
 

Uses of AbstractSimpleCompoundTask in org.shiwa.fgi.iwir.image
 

Methods in org.shiwa.fgi.iwir.image with parameters of type AbstractSimpleCompoundTask
static java.lang.String Utils.getType(AbstractSimpleCompoundTask task)