Class DefaultExactModelledEntityComparator


  • public class DefaultExactModelledEntityComparator
    extends Object
    Default exact biological entity comparator. It will compare the basic properties of a biological entity using DefaultExactEntityBaseComparator. 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 Detail

      • DefaultExactModelledEntityComparator

        public DefaultExactModelledEntityComparator()
    • Method Detail

      • areEquals

        public static boolean areEquals​(ModelledEntity bioParticipant1,
                                        ModelledEntity bioParticipant2,
                                        boolean checkComplexesAsInteractors)
        Use DefaultExactModelledEntityComparator to know if two biological entities are equals.
        Parameters:
        bioParticipant1 - a ModelledEntity object.
        bioParticipant2 - a ModelledEntity object.
        checkComplexesAsInteractors - a boolean.
        Returns:
        true if the two biological entities are equal