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