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.StringBufferPhylogenyWriter. toNewHampshire(Phylogeny tree, boolean nh_write_distance_to_parent, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs)voidPhylogenyWriter. toNewHampshire(Phylogeny tree, boolean write_distance_to_parent, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs, java.io.File out_file)voidPhylogenyWriter. toNexus(java.io.File out_file, Phylogeny tree, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs)java.lang.StringBufferPhylogenyWriter. toNexus(Phylogeny tree, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs)static voidPhylogenyWriter. 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_STYLEPhylogenyNode.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.StringPhylogeny. toNewHampshire(PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE nh_conversion_support_style)java.lang.StringPhylogenyNode. toNewHampshire(boolean write_distance_to_parent, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs)java.lang.StringPhylogeny. toNexus(PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs)
-