Class CopyGenericImplementation

    • Constructor Detail

    • Method Detail

      • copy

        public Genotype copy​(Genotype genotype)
        Description copied from interface: Copy
        Copies a Genotype. This operation is a deep copy whereas unit elements are not cloned.
        Specified by:
        copy in interface Copy<Genotype>
        Parameters:
        genotype - the genotype to copy
        Returns:
        the copy of the genotype