|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoopPort | |
---|---|
org.shiwa.fgi.iwir | Provides simple java classes to generate an IWIR workflow. |
Uses of LoopPort in org.shiwa.fgi.iwir |
---|
Methods in org.shiwa.fgi.iwir that return types with arguments of type LoopPort | |
---|---|
java.util.List<LoopPort> |
ForEachTask.getLoopPorts()
Returns a shallow copy of the loop ports. |
java.util.List<LoopPort> |
ForTask.getLoopPorts()
Returns a shallow copy of the loop ports. |
java.util.List<LoopPort> |
WhileTask.getLoopPorts()
Returns a shallow copy of the loop ports of the task. |
Methods in org.shiwa.fgi.iwir with parameters of type LoopPort | |
---|---|
void |
ForEachTask.addLoopPort(LoopPort loopPort)
Adds an additional loop port to the task Throws a NotWellFormedException if loop port already exist, for example. |
void |
ForTask.addLoopPort(LoopPort loopPort)
Adds an additional loop port to the task. |
void |
Task.addLoopPort(LoopPort loopPort)
|
void |
WhileTask.addLoopPort(LoopPort loopPort)
Adds an additional loop port to the task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |