Package mesquite.lib.characters

Examples of mesquite.lib.characters.CharacterData


  @Override
  public void prepElementBatchInsert(Connection pCon) {

    super.prepElementBatchInsert(pCon);

    CharacterData mesqData = getMesquiteCharacterData();
    int numCols = mesqData.getNumChars();
    int numRows = getRowIDs().length;
    // int numRows = mesqData.getNumTaxa();

    try {
     
View Full Code Here


   *
   * @param pCon
   */
  public void prepElementBatchInsert(Connection pCon) {

    CharacterData mesqData = getMesquiteCharacterData();
    int numCols = mesqData.getNumChars();
    int numRows = mesqData.getNumTaxa();
    long matrixID = getCharacterMatrix().getId();

    try {
      // populate the row ids:
      mRowIDs = new long[numRows];
View Full Code Here

TOP

Related Classes of mesquite.lib.characters.CharacterData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.