Uses of Class
org.europa.together.domain.TreeNode
Package
Description
01 Application Layer: Implementation of the Application Logic.
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
00 Domain Layer: Includes all Data Objects with Validation for
Persistence.
-
Uses of TreeNode in org.europa.together.application
Modifier and TypeMethodDescriptionListTree.getElementByName
(String nodeName) ListTree.getLeafs()
ListTree.getTree()
Modifier and TypeMethodDescriptionboolean
boolean
boolean
ListTree.isElementOfTree
(TreeNode<T> node) boolean
void
boolean
ListTree.removeNode
(TreeNode<T> node) -
Uses of TreeNode in org.europa.together.business
Modifier and TypeMethodDescriptionTreeWalker.getNodeByUuid
(String uuid) Get a TreeNode by his UUID.TreeWalker.getRoot()
Get the root TreeNode.Modifier and TypeMethodDescriptionTreeWalker.getElementByName
(String nodeName) Get all nodes of the tree with the same NodeName.TreeWalker.getLeafs()
Get all leaf nodes of the tree.TreeWalker.getTree()
Get the full tree.Modifier and TypeMethodDescriptionboolean
Add the node to the tree.boolean
Add the root node to the tree.boolean
TreeWalker.isElementOfTree
(TreeNode<T> node) Test if a node is a element of the tree.boolean
Check if a given node is a leaf in the tree.void
Remove an element and all his child nodes from the tree.boolean
TreeWalker.removeNode
(TreeNode<T> node) Removes a Node (leaf) from the tree.Modifier and TypeMethodDescriptionboolean
TreeWalker.validateTree
(List<TreeNode<T>> tree) Check if the tree is valid. -
Uses of TreeNode in org.europa.together.domain
Modifier and TypeMethodDescriptionClone (copy) a TreeNode to a we instance.