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