Package forestry.core.genetics

Examples of forestry.core.genetics.Branch


    butterflyInterface.registerTemplate(ButterflyTemplates.getLeopardLacewingTemplate());

  }

  private IClassification createButterflyBranch(IClassification family, String scientific) {
    IClassification branch = new Branch("moth." + scientific.toLowerCase(Locale.ENGLISH), scientific);
    branch.setParent(family);
    return branch;
  }
View Full Code Here

TOP

Related Classes of forestry.core.genetics.Branch

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.