| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
AssignmentNode  | 
interface  | 
CircleMoveNode  | 
interface  | 
CommentNode  | 
interface  | 
DirectionNode  | 
interface  | 
ElseIfNode  | 
interface  | 
ElseNode  | 
interface  | 
FolderNode  | 
interface  | 
ForceNode  | 
interface  | 
HaltNode  | 
interface  | 
IfNode  | 
interface  | 
LoopNode  | 
interface  | 
MoveNode  | 
interface  | 
PalletNode  | 
interface  | 
PopupNode  | 
interface  | 
ScrewdrivingNode  | 
interface  | 
SeekNode  | 
interface  | 
SetNode  | 
interface  | 
UntilNode
 The Until node is a type of program node that must be under a Waypoint node or Direction node. 
 | 
interface  | 
WaitNode  | 
interface  | 
WaypointNode  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
URCapProgramNode
This interface is a representation of an instance of a  
ProgramNodeContribution. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GripperNode
This interface represents a program node which can be used for programming grip and release actions with a selected
 gripper device. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ProgramNode | 
TreeNode.getProgramNode()  | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode | 
TreeNode.addChild(ProgramNode programNode)
Add a child program node to the sub-tree. 
 | 
TreeNode | 
TreeNode.insertChildAfter(TreeNode existingChildNode,
                ProgramNode programNode)
Inserts a child program node under in the sub-tree directly after the existing selected child node. 
 | 
TreeNode | 
TreeNode.insertChildBefore(TreeNode existingChildNode,
                 ProgramNode programNode)
Inserts a child program node in the sub-tree directly before the existing selected child node. 
 | 
TreeNode | 
TreeNode.locateDescendantTreeNode(ProgramNode programNode)
 Gets a corresponding  
TreeNode instance for a child program node (a ProgramNode instance) in the
 sub-tree under this TreeNode. | 
Copyright © 2020. All rights reserved.