public interface ExpressionLoopNodeConfig extends LoopNodeConfig
LoopNodeConfig.ConfigType
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
boolean |
isEvaluateContinously() |
getConfigType
Expression getExpression()
boolean isEvaluateContinously()
true
if the expression will be evaluated continuously during the looping (i.e. the
loop can be interrupted anytime during its execution), otherwise false
and the expression will be
evaluated once per loop iteration.Copyright © 2021. All rights reserved.