Class UnambiguousExactParticipantEvidenceComparator

  • All Implemented Interfaces:
    Comparator<ParticipantEvidence>

    public class UnambiguousExactParticipantEvidenceComparator
    extends ParticipantEvidenceComparator
    Unambiguous exact Experimental participant comparator. It will first compares experimental roles using UnambiguousCvTermComparator. If both experimental roles are equals, it will look at the identification methods using UnambiguousCvTermComparator. If both identification methods are equals, it will look at the experimental preparations using UnambiguousCvTermComparator. If both experimental preparations are equals, it will look at the expressed in organisms using UnambiguousOrganismComparator.
    Since:
    18/01/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • UnambiguousExactParticipantEvidenceComparator

        public UnambiguousExactParticipantEvidenceComparator()
        Creates a new UnambiguousExactParticipantEvidenceComparator. It will use a UnambiguousExactParticipantBaseComparator to compare the basic properties of a participant, a UnambiguousCvTermComparator to compare experimental roles, preparations and identification methods and a UnambiguousOrganismComparator to compare expressed in organisms