Class MinimalExperimentEnricher

  • All Implemented Interfaces:
    ExperimentEnricher, MIEnricher<Experiment>
    Direct Known Subclasses:
    FullExperimentEnricher, MinimalExperimentUpdater

    public class MinimalExperimentEnricher
    extends AbstractMIEnricher<Experiment>
    implements ExperimentEnricher
    Provides minimal enrichment of experiment. - enrich publication using Publication enricher if not null. Will not override an existing publication with the publication loaded with the fetched experiment - enrich interaction detection method using CvTerm enricher if not null. Will not override an existing interaction detection method with the interaction detection method loaded with the fetched interaction detection method - enrich host organism using Organism enricher if not null. Will not override an existing host organism with the host organism loaded with the fetched experiment It will ignore all other properties of a Experiment
    Since:
    13/08/13
    Author:
    Gabriel Aldam (galdam@ebi.ac.uk)