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

Method getAdjacencies

src/figtree/treeviewer/ReRootedTree.java:371–373  ·  view source on GitHub ↗

@param node @return the set of nodes that are attached by edges to the given node.

(Node node)

Source from the content-addressed store, hash-verified

369 * @return the set of nodes that are attached by edges to the given node.
370 */
371 public List<Node> getAdjacencies(Node node) {
372 return ((ReRootedNode)node).getAdjacencies();
373 }
374
375 /**
376 * Returns the Edge that connects these two nodes

Callers 5

getEdgesMethod · 0.95
ReRootedTreeMethod · 0.45
createNodesMethod · 0.45
rootTreeAtCenterMethod · 0.45
distMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected