Class DefaultExactParticipantInteractorComparator
- java.lang.Object
-
- psidev.psi.mi.jami.utils.comparator.participant.DefaultExactParticipantInteractorComparator
-
public class DefaultExactParticipantInteractorComparator extends Object
It will compare the interactors using DefaultExactInteractorComparator. This comparator will ignore all the other properties of a participant.- Since:
30/05/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description DefaultExactParticipantInteractorComparator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
areEquals(Entity participant1, Entity participant2)
Use DefaultExactParticipantInteractorComparator to know if two participants are equals.
-