Class DefaultModelledInteractionComparator
- java.lang.Object
-
- psidev.psi.mi.jami.utils.comparator.interaction.DefaultModelledInteractionComparator
-
public class DefaultModelledInteractionComparator extends Object
Default ModelledInteraction comparator. It will use a DefaultInteractionBaseComparator to compare basic interaction properties. Then it will compare the modelledParticipants using DefaultModelledParticipantComparator.- Since:
21/01/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description DefaultModelledInteractionComparator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
areEquals(ModelledInteraction interaction1, ModelledInteraction interaction2)
Use DefaultModelledInteractionComparator to know if two modelled interactions are equals.
-
-
-
Method Detail
-
areEquals
public static boolean areEquals(ModelledInteraction interaction1, ModelledInteraction interaction2)
Use DefaultModelledInteractionComparator to know if two modelled interactions are equals.- Parameters:
interaction1
- aModelledInteraction
object.interaction2
- aModelledInteraction
object.- Returns:
- true if the two modelled interactions are equal
-
-