| Package | Description |
|---|---|
| org.forester.io.writers | |
| org.forester.phylogeny |
| Modifier and Type | Method and Description |
|---|---|
StringBuffer |
PhylogenyWriter.toNewHampshire(Phylogeny tree,
boolean nh_write_distance_to_parent,
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) |
void |
PhylogenyWriter.toNewHampshire(Phylogeny tree,
boolean write_distance_to_parent,
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs,
File out_file) |
void |
PhylogenyWriter.toNexus(File out_file,
Phylogeny tree,
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) |
StringBuffer |
PhylogenyWriter.toNexus(Phylogeny tree,
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) |
static void |
PhylogenyWriter.writeNexusTreesBlock(Writer writer,
List<Phylogeny> trees,
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) |
| Modifier and Type | Method and Description |
|---|---|
static PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE |
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE[] |
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PhylogenyNode.toNewHampshire(boolean write_distance_to_parent,
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) |
String |
Phylogeny.toNewHampshire(PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE nh_conversion_support_style) |
String |
Phylogeny.toNexus(PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) |
Copyright © 2016. All rights reserved.