Package org.cipres.treebase.domain.matrix

Examples of org.cipres.treebase.domain.matrix.CharGroup


    if (parts != null) {
      for (int j = 0; j < parts.length; j++) {
        ColumnRangeConvertHelper aRangeHelper = getListOfMatches((Listable[]) partition
          .getProperties(), parts[j], CharacterStates.toExternal(0));
        if (aRangeHelper != null) {
          CharGroup aGroup = new CharGroup();
          aGroup.setTitle(StringUtil.tokenize(parts[j].getName()));
          aGroup.setCharColumns(aRangeHelper.getColRanges());

          tbPartition.addCharGroup(aGroup);
        }
      }
    }
View Full Code Here

TOP

Related Classes of org.cipres.treebase.domain.matrix.CharGroup

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.