Examples of OTUs


Examples of org.nexml.model.OTUs

   *
   * @param xmlTreeBlock
   * @return
   */
  public TreeBlock fromXmlToTreeBase(org.nexml.model.TreeBlock xmlTreeBlock) {
    OTUs xmlOTUs = xmlTreeBlock.getOTUs();
    Long tbTaxonLabelSetId = readTreeBaseID(xmlOTUs);
    TreeBlock tbTreeBlock = new TreeBlock();
    tbTreeBlock.setTitle(xmlTreeBlock.getLabel());
    if ( null != tbTaxonLabelSetId ) {
      TaxonLabelSet tbTaxonLabelSet = getTaxonLabelHome()
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.