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

Method getRootNode

src/figtree/treeviewer/ReRootedTree.java:274–276  ·  view source on GitHub ↗

The root of the tree has the largest node height of all nodes in the tree. @return the root of the tree.

()

Source from the content-addressed store, hash-verified

272 * @return the root of the tree.
273 */
274 public Node getRootNode() {
275 return rootNode;
276 }
277
278
279 /**

Callers 15

getEdgesMethod · 0.95
getInternalEdgesMethod · 0.95
mouseMovedMethod · 0.80
getStateMethod · 0.80
calculateStepsMethod · 0.80
setRootAgeMethod · 0.80
getRootAgeMethod · 0.80
cartoonSelectedNodesMethod · 0.80
collapseSelectedNodesMethod · 0.80
hilightSelectedNodesMethod · 0.80
clearCollapsedNodesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected