Uses of Interface
org.biojavax.bio.phylo.tree.RootedTreeNode

Packages that use RootedTreeNode
org.biojavax.bio.phylo.tree Classes to represent phylogenetic tree concepts. 
 

Uses of RootedTreeNode in org.biojavax.bio.phylo.tree
 

Classes in org.biojavax.bio.phylo.tree that implement RootedTreeNode
 class DefaultRootedTreeNode
           
 

Methods in org.biojavax.bio.phylo.tree that return RootedTreeNode
 RootedTreeNode DefaultRootedTreeNode.getParent()
           
 RootedTreeNode RootedTreeNode.getParent()
           
 RootedTreeNode DefaultRootedTree.getRoot()
           
 RootedTreeNode RootedTree.getRoot()
           
 

Methods in org.biojavax.bio.phylo.tree with parameters of type RootedTreeNode
 boolean DefaultRootedTree.isRoot(RootedTreeNode node)
           
 boolean RootedTree.isRoot(RootedTreeNode node)
           
 

Constructors in org.biojavax.bio.phylo.tree with parameters of type RootedTreeNode
DefaultRootedTree(RootedTreeNode root)
          Constructs a rooted tree with the given root node.