|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoopElement | |
---|---|
org.shiwa.fgi.iwir | Provides simple java classes to generate an IWIR workflow. |
Uses of LoopElement in org.shiwa.fgi.iwir |
---|
Methods in org.shiwa.fgi.iwir that return types with arguments of type LoopElement | |
---|---|
java.util.List<LoopElement> |
ForEachTask.getLoopElements()
Returns a shallow copy of the loop elements. |
java.util.List<LoopElement> |
ParallelForEachTask.getLoopElements()
Returns a shallow copy of the loop elements. |
Methods in org.shiwa.fgi.iwir with parameters of type LoopElement | |
---|---|
void |
ForEachTask.addLoopElement(LoopElement loopelement)
Adds an additional loop element to the task Throws a NotWellFormedException if loop element already exist, for example. |
void |
Task.addLoopElement(LoopElement loopelement)
|
void |
ParallelForEachTask.addLoopElement(LoopElement loopelement)
Adds an additional loop element to the task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |