Class Structure

    • Constructor Detail

      • Structure

        public Structure()
    • Method Detail

      • getRoots

        public abstract List<Node> getRoots()
        Returns the list of root nodes of the structure.
        Returns:
        the root nodes of the structure.
      • getChildren

        public abstract List<Node> getChildren​(String parentId)
        Returns the list of child nodes of the specified parent.
        Parameters:
        parentId - the identifier of the parent node.
        Returns:
        the child nodes of the specified parent.