|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCompoundTask | |
|---|---|
| org.shiwa.fgi.iwir | Provides simple java classes to generate an IWIR workflow. |
| Uses of AbstractCompoundTask in org.shiwa.fgi.iwir |
|---|
| Subclasses of AbstractCompoundTask in org.shiwa.fgi.iwir | |
|---|---|
class |
AbstractSimpleCompoundTask
The Class AbstractSimpleCompoundTask provides support for one body element and is the super class for WhileTask, ForTask,
ForEachTask, ParallelForTask, ParallelForEachTask and
BlockScope. |
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 |
IfTask
The Class IfTask enables the conditional execution of the inner tasks. |
class |
ParallelForEachTask
The Class ParallelForEachTask provides the iteration over a data package without synchronization. |
class |
ParallelForTask
The Class ParallelForTask. |
class |
WhileTask
The Class WhileTask. |
| Methods in org.shiwa.fgi.iwir with parameters of type AbstractCompoundTask | |
|---|---|
void |
Task.updateWorkflow(IWIR iwir,
AbstractCompoundTask parent,
org.shiwa.fgi.iwir.TaskGroup body)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||