public final class PhylogenyWriter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PhylogenyWriter.FORMAT |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
INDENT_PHYLOXML_DEAFULT |
static String |
PHYLO_XML_END |
static String |
PHYLO_XML_INTENDATION_BASE |
static String |
PHYLO_XML_NAMESPACE_LINE |
static String |
PHYLO_XML_VERSION_ENCODING_LINE |
| Constructor and Description |
|---|
PhylogenyWriter() |
| Modifier and Type | Method and Description |
|---|---|
static PhylogenyWriter |
createPhylogenyWriter() |
void |
setIndentPhyloxml(boolean indent_phyloxml) |
void |
toNewHampshire(List<Phylogeny> trees,
boolean write_distance_to_parent,
File out_file,
String separator) |
void |
toNewHampshire(Phylogeny[] trees,
boolean write_distance_to_parent,
File out_file,
String separator) |
StringBuffer |
toNewHampshire(Phylogeny tree,
boolean nh_write_distance_to_parent) |
void |
toNewHampshire(Phylogeny tree,
boolean write_distance_to_parent,
File out_file) |
StringBuffer |
toNewHampshire(Phylogeny tree,
boolean nh_write_distance_to_parent,
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) |
void |
toNewHampshire(Phylogeny tree,
boolean write_distance_to_parent,
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs,
File out_file) |
void |
toNewHampshireX(List<Phylogeny> trees,
File out_file,
String separator) |
StringBuffer |
toNewHampshireX(Phylogeny tree) |
void |
toNewHampshireX(Phylogeny[] trees,
File out_file,
String separator) |
void |
toNewHampshireX(Phylogeny tree,
File out_file) |
void |
toNexus(File out_file,
Phylogeny tree,
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) |
StringBuffer |
toNexus(Phylogeny tree,
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) |
void |
toPhyloXML(File out_file,
List<Phylogeny> trees,
int phyloxml_level,
String separator) |
void |
toPhyloXML(File out_file,
Phylogeny tree,
int phyloxml_level) |
void |
toPhyloXML(Phylogeny[] trees,
int phyloxml_level,
File out_file,
String separator) |
StringBuffer |
toPhyloXML(Phylogeny tree,
int phyloxml_level) |
void |
toPhyloXML(Phylogeny phy,
int phyloxml_level,
File out_file) |
void |
toPhyloXML(Writer writer,
List<Phylogeny> trees,
int phyloxml_level,
String separator) |
void |
toPhyloXML(Writer writer,
Phylogeny[] trees,
int phyloxml_level,
String separator) |
void |
toPhyloXML(Writer writer,
Phylogeny tree,
int phyloxml_level) |
static void |
writeNexusTaxaBlock(Writer writer,
Phylogeny tree) |
static void |
writeNexusTreesBlock(Writer writer,
List<Phylogeny> trees,
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) |
public static final boolean INDENT_PHYLOXML_DEAFULT
public static final String PHYLO_XML_INTENDATION_BASE
public static final String PHYLO_XML_VERSION_ENCODING_LINE
public static final String PHYLO_XML_NAMESPACE_LINE
public static final String PHYLO_XML_END
public void setIndentPhyloxml(boolean indent_phyloxml)
public void toNewHampshire(List<Phylogeny> trees, boolean write_distance_to_parent, File out_file, String separator) throws IOException
IOExceptionpublic StringBuffer toNewHampshire(Phylogeny tree, boolean nh_write_distance_to_parent, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) throws IOException
IOExceptionpublic StringBuffer toNewHampshire(Phylogeny tree, boolean nh_write_distance_to_parent) throws IOException
IOExceptionpublic void toNewHampshire(Phylogeny tree, boolean write_distance_to_parent, File out_file) throws IOException
IOExceptionpublic void toNewHampshire(Phylogeny tree, boolean write_distance_to_parent, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs, File out_file) throws IOException
IOExceptionpublic void toNewHampshire(Phylogeny[] trees, boolean write_distance_to_parent, File out_file, String separator) throws IOException
IOExceptionpublic void toNewHampshireX(List<Phylogeny> trees, File out_file, String separator) throws IOException
IOExceptionpublic StringBuffer toNewHampshireX(Phylogeny tree) throws IOException
IOExceptionpublic void toNewHampshireX(Phylogeny tree, File out_file) throws IOException
IOExceptionpublic void toNewHampshireX(Phylogeny[] trees, File out_file, String separator) throws IOException
IOExceptionpublic void toNexus(File out_file, Phylogeny tree, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) throws IOException
IOExceptionpublic StringBuffer toNexus(Phylogeny tree, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) throws IOException
IOExceptionpublic void toPhyloXML(File out_file, List<Phylogeny> trees, int phyloxml_level, String separator) throws IOException
IOExceptionpublic void toPhyloXML(File out_file, Phylogeny tree, int phyloxml_level) throws IOException
IOExceptionpublic StringBuffer toPhyloXML(Phylogeny tree, int phyloxml_level) throws IOException
IOExceptionpublic void toPhyloXML(Phylogeny[] trees, int phyloxml_level, File out_file, String separator) throws IOException
IOExceptionpublic void toPhyloXML(Phylogeny phy, int phyloxml_level, File out_file) throws IOException
IOExceptionpublic void toPhyloXML(Writer writer, List<Phylogeny> trees, int phyloxml_level, String separator) throws IOException
IOExceptionpublic void toPhyloXML(Writer writer, Phylogeny tree, int phyloxml_level) throws IOException
IOExceptionpublic void toPhyloXML(Writer writer, Phylogeny[] trees, int phyloxml_level, String separator) throws IOException
IOExceptionpublic static PhylogenyWriter createPhylogenyWriter()
public static void writeNexusTaxaBlock(Writer writer, Phylogeny tree) throws IOException
IOExceptionpublic static void writeNexusTreesBlock(Writer writer, List<Phylogeny> trees, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) throws IOException
IOExceptionCopyright © 2016. All rights reserved.