|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoopEndConditionSettings.Operator | |
---|---|
org.knime.base.node.meta.looper.condition | Contains two nodes with which a loop can be built. |
Uses of LoopEndConditionSettings.Operator in org.knime.base.node.meta.looper.condition |
---|
Methods in org.knime.base.node.meta.looper.condition that return LoopEndConditionSettings.Operator | |
---|---|
LoopEndConditionSettings.Operator |
LoopEndConditionSettings.operator()
Returns the operator that should be used in the comparison between variable and value. |
static LoopEndConditionSettings.Operator |
LoopEndConditionSettings.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LoopEndConditionSettings.Operator[] |
LoopEndConditionSettings.Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.knime.base.node.meta.looper.condition with parameters of type LoopEndConditionSettings.Operator | |
---|---|
void |
LoopEndConditionSettings.operator(LoopEndConditionSettings.Operator op)
Sets the operator that should be used in the comparison between variable and value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |