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

Method getInternalNodes

src/figtree/treeviewer/ReRootedTree.java:291–293  ·  view source on GitHub ↗

@return a set of all nodes that have degree 2 or more. These nodes are often refered to as internal nodes.

()

Source from the content-addressed store, hash-verified

289 * These nodes are often refered to as internal nodes.
290 */
291 public Set<Node> getInternalNodes() {
292 return new LinkedHashSet<Node>(internalNodes);
293 }
294
295 /**
296 * @return the set of taxa associated with the external

Callers 8

getInternalEdgesMethod · 0.95
clearCollapsedNodesMethod · 0.80
clearHilightedNodesMethod · 0.80
calibrateMethod · 0.80
annotateNodesFromTipsMethod · 0.80
getAttributeNamesMethod · 0.80
setupAttributesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected