Class CopyList

    • Constructor Detail

      • CopyList

        public CopyList()
    • Method Detail

      • copy

        public ListGenotype<?> copy​(ListGenotype<?> 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<ListGenotype<?>>
        Parameters:
        genotype - the genotype to copy
        Returns:
        the copy of the genotype