public interface TaxaBlockListener extends NexusBlockListener
| Modifier and Type | Method and Description |
|---|---|
void |
addTaxLabel(String taxLabel)
Add another value after the TAXLABEL tag.
|
void |
setDimensionsNTax(int dimensionsNTax)
Set the DIMENSIONS NTAX value.
|
beginComment, commentText, endBlock, endComment, endTokenGroup, startBlockvoid setDimensionsNTax(int dimensionsNTax)
dimensionsNTax - the new value.void addTaxLabel(String taxLabel) throws ParseException
taxLabel - the new taxa to add.ParseException - if the label is invalid.