Class SortedRootedTree

    • Method Detail

      • getChildren

        public java.util.List<Node> getChildren​(Node node)
        Specified by:
        getChildren in interface RootedTree
        Overrides:
        getChildren in class FilteredRootedTree
        Parameters:
        node - the node whose children are being requested.
        Returns:
        the list of nodes that are the children of the given node. The set may be empty for a terminal node (a tip).