Class DefaultExactModelledParticipantPoolComparator


  • public class DefaultExactModelledParticipantPoolComparator
    extends Object
    Default exact biological participant pool comparator. It will compare the basic properties of a biological participant using DefaultExactParticipantBaseComparator. It will compare the participant candidates using DefaultExactModelledEntityComparator This comparator will ignore all the other properties of a biological participant.
    Since:
    13/02/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • DefaultExactModelledParticipantPoolComparator

        public DefaultExactModelledParticipantPoolComparator()
    • Method Detail

      • areEquals

        public static boolean areEquals​(ModelledParticipantPool bioParticipant1,
                                        ModelledParticipantPool bioParticipant2,
                                        boolean checkComplexesAsInteractors)
        Use DefaultExactModelledParticipantPoolComparator to know if two biological participant pools are equals.
        Parameters:
        bioParticipant1 - a ModelledParticipantPool object.
        bioParticipant2 - a ModelledParticipantPool object.
        checkComplexesAsInteractors - a boolean.
        Returns:
        true if the two biological participant pools are equal