| Package | Description |
|---|---|
| org.forester.tools |
| Modifier and Type | Method and Description |
|---|---|
static PhylogenyDecorator.FIELD |
PhylogenyDecorator.FIELD.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PhylogenyDecorator.decorate(Phylogeny phylogeny,
Map<String,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 String |
PhylogenyDecorator.decorate(Phylogeny phylogeny,
Map<String,String> map,
PhylogenyDecorator.FIELD field,
boolean extract_bracketed_scientific_name,
boolean extract_bracketed_tax_code,
boolean picky,
Map<String,String> intermediate_map,
boolean cut_name_after_space,
boolean trim_after_tilde,
boolean verbose) |
Copyright © 2016. All rights reserved.