Package org.forester.sdi
Class SDIutil
java.lang.Object
org.forester.sdi.SDIutil
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic final SDIutil.TaxonomyComparisonBasedetermineTaxonomyComparisonBase(Phylogeny gene_tree) static final PhylogenyparseSpeciesTree(Phylogeny gene_tree, File species_tree_file, boolean replace_undescores_in_nhx_trees, boolean ignore_quotes_in_nhx_trees, NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction_in_nhx_trees)  
- 
Constructor Details
- 
SDIutil
public SDIutil() 
 - 
 - 
Method Details
- 
determineTaxonomyComparisonBase
public static final SDIutil.TaxonomyComparisonBase determineTaxonomyComparisonBase(Phylogeny gene_tree) throws SDIException - Throws:
 SDIException
 - 
parseSpeciesTree
public static final Phylogeny parseSpeciesTree(Phylogeny gene_tree, File species_tree_file, boolean replace_undescores_in_nhx_trees, boolean ignore_quotes_in_nhx_trees, NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction_in_nhx_trees) throws FileNotFoundException, PhyloXmlDataFormatException, IOException, SDIException  
 -