Uses of Class
org.forester.tools.PhylogenyDecorator.FIELD
-
Packages that use PhylogenyDecorator.FIELD Package Description org.forester.tools -
-
Uses of PhylogenyDecorator.FIELD in org.forester.tools
Methods in org.forester.tools that return PhylogenyDecorator.FIELD Modifier and Type Method Description static PhylogenyDecorator.FIELD
PhylogenyDecorator.FIELD. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PhylogenyDecorator.FIELD[]
PhylogenyDecorator.FIELD. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forester.tools with parameters of type PhylogenyDecorator.FIELD Modifier and Type Method Description static java.lang.String
PhylogenyDecorator. decorate(Phylogeny phylogeny, java.util.Map<java.lang.String,java.lang.String> map, PhylogenyDecorator.FIELD field, boolean extract_bracketed_scientific_name, boolean extract_bracketed_tax_code, boolean picky, boolean cut_name_after_space, boolean trim_after_tilde, boolean verbose)
static java.lang.String
PhylogenyDecorator. decorate(Phylogeny phylogeny, java.util.Map<java.lang.String,java.lang.String> map, PhylogenyDecorator.FIELD field, boolean extract_bracketed_scientific_name, boolean extract_bracketed_tax_code, boolean picky, java.util.Map<java.lang.String,java.lang.String> intermediate_map, boolean cut_name_after_space, boolean trim_after_tilde, boolean verbose)
-