X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fio%2Fparsers%2FPhylogenyParser.java;h=71d801a90cf62afb1de97881185082c2d989da03;hb=665e671efec73fcb36a9aac45f119330f290fa81;hp=d4bbdb452493eff7807908038ec9826cc5d2cf65;hpb=eee996a6476a1e3d84c07f8f690dcde3ff4b2ef5;p=jalview.git diff --git a/forester/java/src/org/forester/io/parsers/PhylogenyParser.java b/forester/java/src/org/forester/io/parsers/PhylogenyParser.java index d4bbdb4..71d801a 100644 --- a/forester/java/src/org/forester/io/parsers/PhylogenyParser.java +++ b/forester/java/src/org/forester/io/parsers/PhylogenyParser.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.io.parsers; @@ -32,7 +32,7 @@ import org.forester.phylogeny.Phylogeny; /* * @author Christian Zmasek - * + * * TODO To change the template for this generated type comment go to Window - * Preferences - Java - Code Style - Code Templates */ @@ -41,4 +41,6 @@ public interface PhylogenyParser { public Phylogeny[] parse() throws IOException; public void setSource( Object source ) throws PhylogenyParserException, IOException; + + public String getName(); }