Uses of Interface
jebl.evolution.graphs.Graph
-
Packages that use Graph Package Description jebl.evolution.graphs jebl.evolution.trees -
-
Uses of Graph in jebl.evolution.graphs
Methods in jebl.evolution.graphs with parameters of type Graph Modifier and Type Method Description static intGraph.Utils. getDegree(Graph graph, Node node)booleanUtils. isAcyclical(Graph graph)booleanUtils. isConnected(Graph graph)booleanUtils. isTree(Graph graph) -
Uses of Graph in jebl.evolution.trees
Subinterfaces of Graph in jebl.evolution.trees Modifier and Type Interface Description interfaceRootedTreeA tree with a root (node with maximum height).interfaceTreeA rooted or unrooted tree.Classes in jebl.evolution.trees that implement Graph Modifier and Type Class Description classCompactRootedTreeA memory efficient rooted tree.classFilteredRootedTreeclassMutableRootedTreeA simple rooted tree providing some ability to manipulate the tree.classReRootedTreeclassRootedFromUnrootedRoot an unrooted tree.classRootedSubtreeA simple, immutable rooted tree implementation that is a subtree of an existing tree subtending a specified set of taxa..classSimpleRootedTreeA simple, and initially immutable rooted tree implementation.classSimpleTreeA basic implementation on an unrooted tree.classSortedRootedTreeclassTransformedRootedTreeThis RootedTree class wraps another RootedTree and transforms the branch lengths and node heights using various functions.
-