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 nodesdoubleCompactRootedTree.getEdgeLength(Node node1, Node node2) doubleFilteredRootedTree.getEdgeLength(Node node1, Node node2) doubleMutableRootedTree.getEdgeLength(Node node1, Node node2) doubleReRootedTree.getEdgeLength(Node node1, Node node2) doubleRootedFromUnrooted.getEdgeLength(Node node1, Node node2) doubleRootedSubtree.getEdgeLength(Node node1, Node node2) doubleSimpleRootedTree.getEdgeLength(Node node1, Node node2) doubleSimpleTree.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