Package | Description |
---|---|
com.ur.urcap.api.domain.program.structure |
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.
|
boolean |
TreeNode.removeChild(TreeNode child)
Removes a child node from the sub-tree.
|
Copyright © 2021. All rights reserved.