Package | Description |
---|---|
com.ur.urcap.api.domain.value | |
com.ur.urcap.api.domain.value.expression |
Modifier and Type | Method and Description |
---|---|
ExpressionBuilder |
ValueFactoryProvider.createExpressionBuilder()
This method instantiates a new
ExpressionBuilder instance to create a single valid expression. |
Modifier and Type | Method and Description |
---|---|
ExpressionBuilder |
ExpressionBuilder.append(String expressionPart)
Append a string part of the expression.
|
ExpressionBuilder |
ExpressionBuilder.appendFeature(Feature feature)
Append a Feature object to the expression.
|
ExpressionBuilder |
ExpressionBuilder.appendIO(IO io)
Append an I/O object to the expression.
|
ExpressionBuilder |
ExpressionBuilder.appendVariable(Variable variable)
Append a variable object to the expression.
|
ExpressionBuilder |
ExpressionBuilder.appendWaypoint(WaypointNode waypoint)
Append a waypoint to the expression.
|
Copyright © 2021. All rights reserved.