Uses of Class
jebl.evolution.graphs.Graph.NoEdgeException
Packages that use Graph.NoEdgeException
-
Uses of Graph.NoEdgeException in jebl.evolution.graphs
Methods in jebl.evolution.graphs that throw Graph.NoEdgeException -
Uses of Graph.NoEdgeException in jebl.evolution.trees
Methods in jebl.evolution.trees that throw Graph.NoEdgeExceptionModifier and TypeMethodDescriptionReRootedTree.createNodes
(RootedTree tree, Node parent, Node child) Clones the entire tree structure from the given (unrooted) Tree.SimpleRootedTree.createNodes
(Tree tree, Node parent, Node child) Clones the entire tree structure from the given (unrooted) Tree.Returns the Edge that connects these two nodesReturns the Edge that connects these two nodesReturns the Edge that connects these two nodesReturns the Edge that connects these two nodesReturns the Edge that connects these two nodesdouble
CompactRootedTree.getEdgeLength
(Node node1, Node node2) double
FilteredRootedTree.getEdgeLength
(Node node1, Node node2) double
MutableRootedTree.getEdgeLength
(Node node1, Node node2) double
ReRootedTree.getEdgeLength
(Node node1, Node node2) double
RootedFromUnrooted.getEdgeLength
(Node node1, Node node2) double
RootedSubtree.getEdgeLength
(Node node1, Node node2) double
SimpleRootedTree.getEdgeLength
(Node node1, Node node2) double
SimpleTree.getEdgeLength
(Node node1, Node node2) Constructors in jebl.evolution.trees that throw Graph.NoEdgeExceptionModifierConstructorDescriptionReRootedTree
(RootedTree source, Node ingroupNode, Node outgroupNode, double ingroupBranchLength) Make a copy of the given unrooted treeSimpleRootedTree
(Tree tree, Node ingroupNode, Node outgroupNode, double ingroupBranchLength) Make a copy of the given unrooted tree