Class ParticipantComparator

  • All Implemented Interfaces:
    Comparator<Participant>
    Direct Known Subclasses:
    UnambiguousExactParticipantComparator, UnambiguousParticipantComparator

    public class ParticipantComparator
    extends Object
    implements Comparator<Participant>
    Generic participant comparator. Modelled participants come first and then experimental participants. - It uses ParticipantEvidenceComparator to compare experimental participants - It uses ModelledParticipantComparator to compare biological participants - It uses ParticipantBaseComparator to compare basic participant properties - It uses ParticipantPoolComparator to compare basic participant pool properties
    Since:
    04/02/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)