Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Analyzes a given tree node.
Syntax
public List analyze(TreeNode _rootLevelTreeNode)
Run On
Called
Parameters
- _rootLevelTreeNode
Type: TreeNode Class
An instance of a tree node.
Return Value
Type: List Class
A list of conflicts that are detected.
Remarks
If a given tree node cannot be analyzed, this method returns an empty list.