Class DefaultExactModelledParticipantPoolComparator
- java.lang.Object
-
- psidev.psi.mi.jami.utils.comparator.participant.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 Summary
Constructors Constructor Description DefaultExactModelledParticipantPoolComparator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanareEquals(ModelledParticipantPool bioParticipant1, ModelledParticipantPool bioParticipant2, boolean checkComplexesAsInteractors)Use DefaultExactModelledParticipantPoolComparator to know if two biological participant pools are equals.
-
-
-
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- aModelledParticipantPoolobject.bioParticipant2- aModelledParticipantPoolobject.checkComplexesAsInteractors- a boolean.- Returns:
- true if the two biological participant pools are equal
-
-