Uses of Interface
jebl.evolution.graphs.Graph
Packages that use Graph
-
Uses of Graph in jebl.evolution.graphs
Methods in jebl.evolution.graphs with parameters of type GraphModifier and TypeMethodDescriptionstatic int
boolean
Utils.isAcyclical
(Graph graph) boolean
Utils.isConnected
(Graph graph) final boolean
-
Uses of Graph in jebl.evolution.trees
Subinterfaces of Graph in jebl.evolution.treesModifier and TypeInterfaceDescriptioninterface
A tree with a root (node with maximum height).interface
A rooted or unrooted tree.Classes in jebl.evolution.trees that implement GraphModifier and TypeClassDescriptionclass
A memory efficient rooted tree.class
class
A simple rooted tree providing some ability to manipulate the tree.class
class
Root an unrooted tree.final class
A simple, immutable rooted tree implementation that is a subtree of an existing tree subtending a specified set of taxa..final class
A simple, and initially immutable rooted tree implementation.final class
A basic implementation on an unrooted tree.class
class
This RootedTree class wraps another RootedTree and transforms the branch lengths and node heights using various functions.