Interface TaxaBlockListener

All Superinterfaces:
NexusBlockListener
All Known Implementing Classes:
TaxaBlockBuilder

public interface TaxaBlockListener extends NexusBlockListener
Listens to events that represent Nexus taxa blocks.
Since:
1.6
Author:
Richard Holland, Tobias Thierer, Jim Balhoff
  • Method Details

    • setDimensionsNTax

      void setDimensionsNTax(int dimensionsNTax)
      Set the DIMENSIONS NTAX value.
      Parameters:
      dimensionsNTax - the new value.
    • addTaxLabel

      void addTaxLabel(String taxLabel) throws ParseException
      Add another value after the TAXLABEL tag.
      Parameters:
      taxLabel - the new taxa to add.
      Throws:
      ParseException - if the label is invalid.