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