Package forestry.arboriculture.genetics

Examples of forestry.arboriculture.genetics.AlleleLeafEffectNone


    Allele.growthLightlevel = new AlleleGrowth("growthLightlevel", new GrowthProvider());
    Allele.growthAcacia = new AlleleGrowth("growthAcacia", new GrowthProvider());
    Allele.growthTropical = new AlleleGrowth("growthTropical", new GrowthProviderTropical());

    // / TREES // EFFECTS 1900 - 1999
    Allele.leavesNone = new AlleleLeafEffectNone("leavesNone");

  }
View Full Code Here

TOP

Related Classes of forestry.arboriculture.genetics.AlleleLeafEffectNone

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.