Class OrganismCloner


  • public class OrganismCloner
    extends Object
    Utility class for cloning organisms
    Since:
    22/02/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • OrganismCloner

        public OrganismCloner()
    • Method Detail

      • copyAndOverrideOrganismProperties

        public static void copyAndOverrideOrganismProperties​(Organism source,
                                                             Organism target)
        This method will copy properties of organism source in organism target and will override all the other properties of Target organism.
        Parameters:
        source - a Organism object.
        target - a Organism object.