Uses of Class
de.elnarion.util.plantuml.generator.sequencediagram.internal.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in de.elnarion.util.plantuml.generator.sequencediagram.internal
Methods in de.elnarion.util.plantuml.generator.sequencediagram.internal that return types with arguments of type TreeNodeModifier and TypeMethodDescriptionTreeNode.getAllChildNodes()TreeNode.getParents()Retrieve all parents of the current tree node/leaf to the root of the tree.Methods in de.elnarion.util.plantuml.generator.sequencediagram.internal with parameters of type TreeNodeModifier and TypeMethodDescriptionvoidTreeNode.addChildNode(TreeNode<E, F> paramChild) Add a leaf to the tree.