Uses of Class
org.ehrbase.openehr.util.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in org.ehrbase.openehr.aqlengine.pathanalysis
Subclasses of TreeNode in org.ehrbase.openehr.aqlengine.pathanalysis -
Uses of TreeNode in org.ehrbase.openehr.util
Classes in org.ehrbase.openehr.util with type parameters of type TreeNodeModifier and TypeClassDescriptionclassA simple base for creating tree structures.Fields in org.ehrbase.openehr.util declared as TreeNodeMethods in org.ehrbase.openehr.util with type parameters of type TreeNodeModifier and TypeMethodDescriptionstatic <T extends TreeNode<T>>
TParses a tree from a String.TreeUtils.renderTree(T root, Comparator<T> childOrder, Function<T, String> nodeRenderer) Draws a tree.