GOBO::Phylo::PhyloTree - GOBO::Phylo::PhyloTree documentation


GOBO documentation Contained in the GOBO distribution.

Index


Code Index:

NAME

Top

GOBO::Phylo::PhyloTree

SYNOPSIS

Top

DESCRIPTION

Top

An GOBO::Graph in which each node has at most 1 parents, and each node is a GOBO::Phylo::PhyloNode

SEE ALSO

Top

GOBO::Graph


GOBO documentation Contained in the GOBO distribution.

package GOBO::Phylo::PhyloTree;
use Moose;
use strict;
extends 'GOBO::Graph';

sub rooted {
}

1;