|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnionPort | |
---|---|
org.shiwa.fgi.iwir | Provides simple java classes to generate an IWIR workflow. |
Uses of UnionPort in org.shiwa.fgi.iwir |
---|
Methods in org.shiwa.fgi.iwir that return types with arguments of type UnionPort | |
---|---|
java.util.List<UnionPort> |
ForEachTask.getUnionPorts()
Returns a shallow copy of the union ports. |
java.util.List<UnionPort> |
ForTask.getUnionPorts()
Returns a shallow copy of the union ports. |
java.util.List<UnionPort> |
WhileTask.getUnionPorts()
Returns a shallow copy of the union ports of the task. |
Methods in org.shiwa.fgi.iwir with parameters of type UnionPort | |
---|---|
void |
ForEachTask.addUnionPort(UnionPort unionPort)
Adds an additional union port to the task. |
void |
ForTask.addUnionPort(UnionPort unionPort)
Adds an additional union port to the task. |
void |
Task.addUnionPort(UnionPort unionPort)
|
void |
WhileTask.addUnionPort(UnionPort unionPort)
Adds an additional union port to the task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |