Uses of Class
jebl.evolution.graphs.Graph.NoEdgeException
-
Packages that use Graph.NoEdgeException Package Description jebl.evolution.graphs jebl.evolution.trees -
-
Uses of Graph.NoEdgeException in jebl.evolution.graphs
Methods in jebl.evolution.graphs that throw Graph.NoEdgeException Modifier and Type Method Description EdgeGraph. getEdge(Node node1, Node node2)Returns the Edge that connects these two nodesdoubleGraph. getEdgeLength(Node node1, Node node2)Returns the length of the edge that connects these two nodes -
Uses of Graph.NoEdgeException in jebl.evolution.trees
Methods in jebl.evolution.trees that throw Graph.NoEdgeException Modifier and Type Method Description NodeSimpleRootedTree. createNodes(Tree tree, Node parent, Node child)Clones the entire tree structure from the given (unrooted) Tree.EdgeCompactRootedTree. getEdge(Node node1, Node node2)EdgeFilteredRootedTree. getEdge(Node node1, Node node2)EdgeMutableRootedTree. getEdge(Node node1, Node node2)Returns the Edge that connects these two nodesEdgeRootedFromUnrooted. getEdge(Node node1, Node node2)EdgeRootedSubtree. getEdge(Node node1, Node node2)Returns the Edge that connects these two nodesEdgeSimpleRootedTree. getEdge(Node node1, Node node2)Returns the Edge that connects these two nodesEdgeSimpleTree. getEdge(Node node1, Node node2)Returns the Edge that connects these two nodesdoubleCompactRootedTree. getEdgeLength(Node node1, Node node2)doubleFilteredRootedTree. getEdgeLength(Node node1, Node node2)doubleMutableRootedTree. 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.NoEdgeException Constructor Description SimpleRootedTree(Tree tree, Node ingroupNode, Node outgroupNode, double ingroupBranchLength)Make a copy of the given unrooted tree
-