| Package | Description | 
|---|---|
| com.ur.urcap.api.domain.program | |
| com.ur.urcap.api.domain.program.structure | 
| Class and Description | 
|---|
| TreeNode
 The TreeNode represents a node in the program tree that can be used to construct a sub-tree rooted in a URCap program node. 
 | 
| Class and Description | 
|---|
| ProgramNodeVisitor
 The ProgramNodeVisitor is used in conjunction with the  
TreeNode.traverse(ProgramNodeVisitor) to visit all
 nodes in the sub-tree under the node on which TreeNode.traverse(com.ur.urcap.api.domain.program.structure.ProgramNodeVisitor) is called. | 
| TreeNode
 The TreeNode represents a node in the program tree that can be used to construct a sub-tree rooted in a URCap program node. 
 | 
| TreeStructureException
 This exception is thrown if the tree structure is illegal. 
 | 
Copyright © 2019. All rights reserved.