Examples of findByTopology4s()


Examples of org.cipres.treebase.domain.tree.PhyloTreeService.findByTopology4s()

      checkTaxa(taxonVariant, 4);
      newRes = treeService.findByTopology4a(taxonVariant[0], taxonVariant[1], taxonVariant[2], taxonVariant[3]);
      break;
    case topology4sSearch:
      checkTaxa(taxonVariant, 4);
      newRes = treeService.findByTopology4s(taxonVariant[0], taxonVariant[1], taxonVariant[2], taxonVariant[3]);
      break;
    default:
      throw new Error ("Unknown search type '" + searchType + "'");
    }
   
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.