Class UnambiguousExperimentComparator

  • All Implemented Interfaces:
    Comparator<Experiment>

    public class UnambiguousExperimentComparator
    extends ExperimentComparator
    Unambiguous experiments comparator It will look first at the publications using a UnambiguousPublicationComparator. If the publications are the same, it will look at the interaction detection methods using UnambiguousCvTermComparator. If the interaction detection methods are the same, it will look at the host organisms using UnambiguousOrganismComparator. If the host organisms are the same, it will look at the variableParameters using UnambiguousVariableParameterComparator. This comparator will ignore all the other properties of an experiment.
    Since:
    15/01/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • UnambiguousExperimentComparator

        public UnambiguousExperimentComparator()
        Creates a new UnambiguousExperimentComparator. It will use UnambiguousPublicationComparator to compare publications, UnambiguousCvTermComparator to compare interaction detection methods and it will use UnambiguousOrganismComparator to compare host organisms.