rio, refactoring
authorcmzmasek <cmzmasek@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Mon, 10 Dec 2012 01:39:33 +0000 (01:39 +0000)
committercmzmasek <cmzmasek@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Mon, 10 Dec 2012 01:39:33 +0000 (01:39 +0000)
forester/java/src/org/forester/application/rio.java
forester/java/src/org/forester/rio/RIO.java [moved from forester/java/src/org/forester/sdi/RIO.java with 99% similarity]
forester/java/src/org/forester/rio/RIOException.java [moved from forester/java/src/org/forester/sdi/RIOException.java with 91% similarity]
forester/java/src/org/forester/test/Test.java

index ad0c33a..7d7632c 100644 (file)
@@ -39,8 +39,8 @@ import org.forester.io.parsers.phyloxml.PhyloXmlParser;
 import org.forester.phylogeny.Phylogeny;
 import org.forester.phylogeny.factories.ParserBasedPhylogenyFactory;
 import org.forester.phylogeny.factories.PhylogenyFactory;
-import org.forester.sdi.RIO;
-import org.forester.sdi.RIOException;
+import org.forester.rio.RIO;
+import org.forester.rio.RIOException;
 import org.forester.sdi.SDIException;
 import org.forester.util.CommandLineArguments;
 import org.forester.util.EasyWriter;
similarity index 99%
rename from forester/java/src/org/forester/sdi/RIO.java
rename to forester/java/src/org/forester/rio/RIO.java
index 25adc9d..c2cea38 100644 (file)
@@ -25,7 +25,7 @@
 // Contact: phylosoft @ gmail . com
 // WWW: www.phylosoft.org/forester
 
-package org.forester.sdi;
+package org.forester.rio;
 
 import java.io.File;
 import java.io.FileNotFoundException;
@@ -47,6 +47,8 @@ import org.forester.phylogeny.PhylogenyNode;
 import org.forester.phylogeny.factories.ParserBasedPhylogenyFactory;
 import org.forester.phylogeny.factories.PhylogenyFactory;
 import org.forester.phylogeny.iterators.PhylogenyNodeIterator;
+import org.forester.sdi.SDIException;
+import org.forester.sdi.SDIR;
 import org.forester.util.ForesterUtil;
 
 public final class RIO {
index b1bb3c6..19d01c1 100644 (file)
@@ -87,8 +87,8 @@ import org.forester.phylogeny.factories.ParserBasedPhylogenyFactory;
 import org.forester.phylogeny.factories.PhylogenyFactory;
 import org.forester.phylogeny.iterators.PhylogenyNodeIterator;
 import org.forester.protein.Protein;
+import org.forester.rio.RIO;
 import org.forester.sdi.GSDI;
-import org.forester.sdi.RIO;
 import org.forester.sdi.SDI;
 import org.forester.sdi.SDIR;
 import org.forester.sdi.SDIse;