X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fphylogeny%2Fdata%2FTaxonomy.java;h=2e1514997aaf455cd6c8d0ada28b5a308b7eba5e;hb=cdad7364d81a04e88c3c7dc998cceede129286f4;hp=ee78912e6083b9e0df7d4be1d2ed28523a7405ea;hpb=c365c2e336ee79677d9e0f5d5c8d280afb56a3ab;p=jalview.git diff --git a/forester/java/src/org/forester/phylogeny/data/Taxonomy.java b/forester/java/src/org/forester/phylogeny/data/Taxonomy.java index ee78912..2e15149 100644 --- a/forester/java/src/org/forester/phylogeny/data/Taxonomy.java +++ b/forester/java/src/org/forester/phylogeny/data/Taxonomy.java @@ -21,7 +21,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA // // Contact: phylosoft @ gmail . com -// WWW: www.phylosoft.org/forester +// WWW: https://sites.google.com/site/cmzmasek/home/software/forester package org.forester.phylogeny.data; @@ -109,7 +109,12 @@ public class Taxonomy implements PhylogenyData, MultipleUris, Comparable() ); for( final Uri uri : getUris() ) { @@ -197,7 +207,7 @@ public class Taxonomy implements PhylogenyData, MultipleUris, Comparable lineage ) { + public void setLineage( final List lineage ) { _lineage = lineage; }