Package org.nexml.model

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

Related Classes of org.nexml.model.OTUs

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.