Class DefaultParticipantInteractorComparator
- java.lang.Object
-
- psidev.psi.mi.jami.utils.comparator.participant.DefaultParticipantInteractorComparator
-
public class DefaultParticipantInteractorComparator extends Object
It will compare the interactors using DefaultInteractorComparator. 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 Summary
Constructors Constructor Description DefaultParticipantInteractorComparator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
areEquals(Entity participant1, Entity participant2)
Use DefaultParticipantInteractorComparator to know if two participants are equals.
-