MCPcopy Create free account
hub / github.com/rambaut/figtree / getChildren

Method getChildren

src/figtree/treeviewer/ReRootedTree.java:210–212  ·  view source on GitHub ↗

@param node the node whose children are being requested. @return the list of nodes that are the children of the given node. The list may be empty for a terminal node (a tip).

(Node node)

Source from the content-addressed store, hash-verified

208 * The list may be empty for a terminal node (a tip).
209 */
210 public List<Node> getChildren(Node node) {
211 return new ArrayList<Node>(((ReRootedNode)node).getChildren());
212 }
213
214 /**
215 * @return Whether this tree has node heights available

Callers 15

calculateStepsMethod · 0.45
reconstructStatesMethod · 0.45
reconstructStates2Method · 0.45
amendCladeSelectionMethod · 0.45
addSelectedChildTipsMethod · 0.45
cartoonSelectedNodesMethod · 0.45
collapseSelectedNodesMethod · 0.45
hilightSelectedNodesMethod · 0.45
getSelectedSubtreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected