256257258259260261262263264265266
TaxonLabel label = taxonLabels.get(rowIndex); MatrixRow aRow = new MatrixRow(); aRow.setTaxonLabel(label); m.addRow(aRow); // add elements for a row: replaced by the direct jdbc version // addRowElements(aRow, rowIndex, pMesqMatrix); }