Package | Description |
---|---|
com.ur.urcap.api.domain.program | |
com.ur.urcap.api.domain.program.structure |
Class and Description |
---|
TreeNode
This interface 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
This abstract class 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
This interface 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 © 2021. All rights reserved.