Examples of findByTopology4a()


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

      checkTaxa(taxonVariant, 3);
      newRes = treeService.findByTopology3(taxonVariant[0], taxonVariant[1], taxonVariant[2]);
      break;
    case topology4aSearch:
      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;
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.