Class UnambiguousParticipantEvidenceComparator

  • All Implemented Interfaces:
    Comparator<ParticipantEvidence>

    public class UnambiguousParticipantEvidenceComparator
    extends ParticipantEvidenceComparator
    Unambiguous 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:
    17/01/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • UnambiguousParticipantEvidenceComparator

        public UnambiguousParticipantEvidenceComparator()
        Creates a new UnambiguousParticipantEvidenceComparator. It will use a UnambiguousParticipantBaseComparator 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