public interface WaypointNode extends ProgramNode
| Modifier and Type | Method and Description | 
|---|---|
WaypointNodeConfig | 
getConfig()  | 
WaypointNodeConfigFactory | 
getConfigFactory()  | 
WaypointNode | 
setConfig(WaypointNodeConfig config)
Set a configuration on this node. 
 | 
WaypointNodeConfigFactory getConfigFactory()
WaypointNode setConfig(WaypointNodeConfig config)
config - the configuration to be set.IllegalArgumentException - If the configuration does not match the Move node type
 e.g. trying to apply JointMotionParameters to a MoveL.IllegalStateException - if called from a Swing-based URCap outside of an UndoableChanges scope (see also UndoRedoManager)WaypointNodeConfig getConfig()
Copyright © 2019. All rights reserved.