Example #1
0
        //---------------------------------------------------------------------

        /// <summary>
        /// Are the conditions necessary for planting a species at site
        /// satified?
        /// </summary>
        protected override bool PreconditionsSatisfied(ISpecies species,
                                                       ActiveSite site)
        {
            return(Reproduction.GetEstablishProbability(species, site) > 0);
        }