|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConditionExpression | |
---|---|
org.shiwa.fgi.iwir | Provides simple java classes to generate an IWIR workflow. |
Uses of ConditionExpression in org.shiwa.fgi.iwir |
---|
Methods in org.shiwa.fgi.iwir that return ConditionExpression | |
---|---|
ConditionExpression |
IfTask.getCondition()
Gets the condition of the task. |
ConditionExpression |
WhileTask.getCondition()
Gets the condition. |
Methods in org.shiwa.fgi.iwir with parameters of type ConditionExpression | |
---|---|
void |
IfTask.setCondition(ConditionExpression condition)
Sets the condition of the task. |
void |
WhileTask.setCondition(ConditionExpression condition)
Sets the condition. |
Constructors in org.shiwa.fgi.iwir with parameters of type ConditionExpression | |
---|---|
IfTask(java.lang.String name,
ConditionExpression condition)
Instantiates a new if task with a given condition. |
|
WhileTask(java.lang.String name,
ConditionExpression condition)
Instantiates a new while task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |