Uses of Class
org.forester.phylogeny.PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE
-
Packages that use PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE Package Description org.forester.io.writers org.forester.phylogeny -
-
Uses of PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE in org.forester.io.writers
Methods in org.forester.io.writers with parameters of type PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE Modifier and Type Method Description java.lang.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, java.io.File out_file)
void
PhylogenyWriter. toNexus(java.io.File out_file, Phylogeny tree, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs)
java.lang.StringBuffer
PhylogenyWriter. toNexus(Phylogeny tree, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs)
static void
PhylogenyWriter. writeNexusTreesBlock(java.io.Writer writer, java.util.List<Phylogeny> trees, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs)
-
Uses of PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE in org.forester.phylogeny
Methods in org.forester.phylogeny that return PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE Modifier and Type Method Description static PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE
PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE. valueOf(java.lang.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.Methods in org.forester.phylogeny with parameters of type PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE Modifier and Type Method Description java.lang.String
Phylogeny. toNewHampshire(PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE nh_conversion_support_style)
java.lang.String
PhylogenyNode. toNewHampshire(boolean write_distance_to_parent, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs)
java.lang.String
Phylogeny. toNexus(PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs)
-