Class UnambiguousParticipantBaseComparator

  • All Implemented Interfaces:
    Comparator<Participant>

    public class UnambiguousParticipantBaseComparator
    extends ParticipantBaseComparator
    Unambiguous participant comparator It will first compare the interactors and stoichiometry using UnambiguousEntityComparator. If both interactors are the same, it will compare the biological roles using UnambiguousCvTermComparator.

    This comparator will ignore all the other properties of a participant.

    Since:
    16/01/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)