Uses of Enum Class
org.forester.phylogeny.PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE
Packages that use PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE
-
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_STYLEModifier and TypeMethodDescriptionPhylogenyWriter.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, File out_file) voidPhylogenyWriter.toNexus(File out_file, Phylogeny tree, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) PhylogenyWriter.toNexus(Phylogeny tree, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) static voidPhylogenyWriter.writeNexusTreesBlock(Writer writer, 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_STYLEModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forester.phylogeny with parameters of type PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLEModifier and TypeMethodDescriptionPhylogeny.toNewHampshire(PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE nh_conversion_support_style) final StringPhylogenyNode.toNewHampshire(boolean write_distance_to_parent, PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs) Phylogeny.toNexus(PhylogenyNode.NH_CONVERSION_SUPPORT_VALUE_STYLE svs)