Interface DistancesBlockListener

    • Method Detail

      • setDimensionsNTax

        void setDimensionsNTax​(int dimensionsNTax)
        Set the NTAX value.
        Parameters:
        dimensionsNTax - the NTAX value.
      • setDimensionsNChar

        void setDimensionsNChar​(int dimensionsNChar)
        Set the NCHAR value.
        Parameters:
        dimensionsNChar - the NCHAR value.
      • setTriangle

        void setTriangle​(java.lang.String triangle)
      • setLabels

        void setLabels​(boolean labels)
      • setMissing

        void setMissing​(java.lang.String missing)
      • addTaxLabel

        void addTaxLabel​(java.lang.String taxLabel)
                  throws ParseException
        Add a TAXLABEL. If it already exists, or is a number that refers to an index position that already exists, an exception is thrown.
        Parameters:
        taxLabel - the label to add.
        Throws:
        ParseException - if the label cannot be added.
      • appendMatrixData

        void appendMatrixData​(java.lang.String taxa,
                              java.lang.Object data)