Modifier and Type | Method and Description |
---|---|
Expression |
IfNode.getExpression2() |
Expression |
ElseIfNode.getExpression2() |
Modifier and Type | Method and Description |
---|---|
IfNode |
IfNode.setExpression(Expression expression) |
ElseIfNode |
ElseIfNode.setExpression(Expression expression) |
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionAssignmentNodeConfig.getExpression() |
Modifier and Type | Method and Description |
---|---|
ExpressionAssignmentNodeConfig |
AssignmentNodeConfigFactory.createExpressionConfig(Variable variable,
Expression expression)
Create a expression assignment configuration.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionLoopNodeConfig.getExpression() |
Modifier and Type | Method and Description |
---|---|
ExpressionLoopNodeConfig |
LoopNodeConfigFactory.createExpressionConfig(Expression expression,
boolean evaluateContinuously)
Create a loop expression configuration.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionOutputSetNodeConfig.getExpression() |
Modifier and Type | Method and Description |
---|---|
ExpressionOutputSetNodeConfig |
SetNodeConfigFactory.createExpressionOutputConfig(IO output,
Expression expression)
Create an expression output configuration.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionInputWaitNodeConfig.getExpression()
The wait condition is met when the expression evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
ExpressionInputWaitNodeConfig |
WaitNodeConfigFactory.createExpressionInputConfig(Expression expression)
Create a configuration for waiting for an expression to be evaluated to true.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionBuilder.build()
Build the expression consisting of all the appended parts.
|
Modifier and Type | Method and Description |
---|---|
GlobalVariable |
VariableFactory.createGlobalVariable(String suggestedName,
Expression initialValue)
Creates a global variable.
|
Copyright © 2018. All rights reserved.