public interface AssignmentNodeConfigFactory
Modifier and Type | Method and Description |
---|---|
ExpressionAssignmentNodeConfig |
createExpressionConfig(Variable variable,
Expression expression)
Create a expression assignment configuration.
|
ExpressionAssignmentNodeConfig createExpressionConfig(Variable variable, Expression expression)
variable
- the variable that must be assigned an expression evaluation, not null.expression
- the expression to be evaluated, not null.Copyright © 2018. All rights reserved.