| Package | Description | 
|---|---|
| com.ur.urcap.api.domain.program.structure | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode | 
TreeNode.addChild(ProgramNode programNode)
Add a child to this TreeNode 
 | 
TreeNode | 
TreeNode.insertChildAfter(TreeNode existingChildNode,
                ProgramNode programNode)
Inserts a child under this TreeNode directly after the existing selected child node. 
 | 
TreeNode | 
TreeNode.insertChildBefore(TreeNode existingChildNode,
                 ProgramNode programNode)
Inserts a child under this TreeNode directly before the existing selected child node. 
 | 
boolean | 
TreeNode.removeChild(TreeNode child)
Removes a child from the sub-tree. 
 | 
Copyright © 2018. All rights reserved.