Modifier and Type | Method and Description |
---|---|
WaypointNode |
ProgramNodeFactory.createWaypointNode()
Creates a default Waypoint node with default waypoint name (corresponds to the name generated if the end user
added a new node manually).
|
WaypointNode |
ProgramNodeFactory.createWaypointNode(String suggestedName)
Creates a default Waypoint node with a suggested custom name.
|
Modifier and Type | Method and Description |
---|---|
WaypointNode |
WaypointNode.setConfig(WaypointNodeConfig config)
Set a configuration on this node.
|
Modifier and Type | Method and Description |
---|---|
void |
ProgramNodeVisitor.visit(WaypointNode programNode,
int index,
int depth)
This method is called whenever a Waypoint node is encountered.
|
Modifier and Type | Method and Description |
---|---|
ExpressionBuilder |
ExpressionBuilder.appendWaypoint(WaypointNode waypoint)
Append a waypoint to the expression.
|
Copyright © 2021. All rights reserved.