| Modifier and Type | Method and Description | 
|---|---|
Expression | 
ElseIfNode.getExpression2()  | 
Expression | 
IfNode.getExpression2()  | 
| Modifier and Type | Method and Description | 
|---|---|
ElseIfNode | 
ElseIfNode.setExpression(Expression expression)  | 
IfNode | 
IfNode.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 | 
DirectionVectorExpression.getExpression()  | 
| Modifier and Type | Method and Description | 
|---|---|
DirectionNodeConfigBuilder | 
DirectionNodeConfigBuilder.setDirection(Expression expression)
Sets the direction for a Direction node. 
 | 
| 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 | 
ExpressionUntilNodeConfig.getExpression()  | 
| Modifier and Type | Method and Description | 
|---|---|
ExpressionUntilNodeConfig | 
UntilNodeConfigFactory.createExpressionConfig(Expression expression)
Creates an Expression configuration for an Until node with an expression and default value for the deceleration
 parameter. 
 | 
ExpressionUntilNodeConfig | 
UntilNodeConfigFactory.createExpressionConfig(Expression expression,
                      DecelerationParameters deceleration)
Creates an Expression configuration for an Until node. 
 | 
| 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 © 2019. All rights reserved.