Interface Tree

  • All Superinterfaces:
    TreeNode
    All Known Implementing Classes:
    AbstractCompositeTree, AbstractTree

    @Role
    public interface Tree
    extends TreeNode
    The interface used to represent a tree structure.
    Since:
    8.3M2, 7.4.5
    Version:
    $Id: f66859184e6c0cd8698dc0f8182a87ef22361c04 $
    • Field Detail

      • PROPERTY_ROOT

        static final String PROPERTY_ROOT
        The property that specifies the id of the root node. This is used to represent a sub-tree.
        See Also:
        Constant Field Values
    • Method Detail

      • getPath

        List<String> getPath​(String nodeId)
        Retrieve the path of the specified node.
        Parameters:
        nodeId - the node id
        Returns:
        the path of the specified node