Examples of haveABCTopology()


Examples of org.cipres.treebase.domain.tree.PhyloTreeNode.haveABCTopology()

      PhyloTreeNode c;
      do{ c = nodes.someElement();}
      while (c.getTaxonLabel()==null);     
     
      searchResult = false;
      if (c.haveABCTopology(a, b)) {
        TaxonVariant as = a.getTaxonLabel().getTaxonVariant();
        TaxonVariant bs = b.getTaxonLabel().getTaxonVariant();
        TaxonVariant cs = c.getTaxonLabel().getTaxonVariant();

        logger.debug("Searching for trees with a=" + as + ", b=" + bs + ", c=" + cs);
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.