Class UnambiguousParticipantInteractorComparator

  • All Implemented Interfaces:
    Comparator<Entity>

    public class UnambiguousParticipantInteractorComparator
    extends ParticipantInteractorComparator<Entity>
    It will compare the interactors using UnambiguousInteractorComparator. This comparator will ignore all the other properties of a participant.
    Since:
    16/01/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • UnambiguousParticipantInteractorComparator

        public UnambiguousParticipantInteractorComparator()
        Creates a new UnambiguousParticipantInteractorComparator. It will use a UnambiguousInteractorBaseComparator to compare interactors.