Class DefaultModelledEntityComparator
- java.lang.Object
-
- psidev.psi.mi.jami.utils.comparator.participant.DefaultModelledEntityComparator
-
public class DefaultModelledEntityComparator extends Object
Default biological entity comparator. It will compare the basic properties of a biological entity using DefaultEntityBaseComparator. This comparator will ignore all the other properties of a biological entity.- Since:
13/02/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description DefaultModelledEntityComparator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
areEquals(ModelledEntity bioParticipant1, ModelledEntity bioParticipant2, boolean checkComplexesAsInteractors)
Use DefaultModelledEntityComparator to know if two biological entities are equals.
-
-
-
Method Detail
-
areEquals
public static boolean areEquals(ModelledEntity bioParticipant1, ModelledEntity bioParticipant2, boolean checkComplexesAsInteractors)
Use DefaultModelledEntityComparator to know if two biological entities are equals.- Parameters:
bioParticipant1
- aModelledEntity
object.bioParticipant2
- aModelledEntity
object.checkComplexesAsInteractors
- a boolean.- Returns:
- true if the two biological entities are equal
-
-