Class DefaultParticipantComparator
- java.lang.Object
-
- psidev.psi.mi.jami.utils.comparator.participant.DefaultParticipantComparator
-
public class DefaultParticipantComparator extends Object
Generic default participant comparator. Modelled participants come first and then experimental participants. - It uses DefaultModelledParticipantComparator to compare modelled participants - It uses DefaultParticipantEvidenceComparator to compare experimental participants - It uses DefaultModelledParticipantPoolComparator to compare modelled participant pools - It uses DefaultExperimentalParticipantPoolComparator to compare experimental participant pools - It uses DefaultParticipantPoolComparator to compare basic participant pool properties- Since:
04/02/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description DefaultParticipantComparator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
areEquals(Participant participant1, Participant participant2)
Use DefaultParticipantComparator to know if two participants are equals.
-
-
-
Method Detail
-
areEquals
public static boolean areEquals(Participant participant1, Participant participant2)
Use DefaultParticipantComparator to know if two participants are equals.- Parameters:
participant1
- aParticipant
object.participant2
- aParticipant
object.- Returns:
- true if the two participants are equal
-
-