Class DefaultExactCooperativeEffectBaseComparator
- java.lang.Object
-
- psidev.psi.mi.jami.utils.comparator.cooperativity.DefaultExactCooperativeEffectBaseComparator
-
public class DefaultExactCooperativeEffectBaseComparator extends Object
Default exact comparator for CooperativeEffect It will first compare the outcome using DefaultCvTermComparator. Then it will compare the response using DefaultCvTermComparator. Then it will compare the CooperativityEvidences using DefaultCooperativityEvidenceComparator. Finally it will compare the affected interactions using DefaultExactModelledInteractionComparator- Since:
23/05/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description DefaultExactCooperativeEffectBaseComparator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
areEquals(CooperativeEffect cooperativeEffect1, CooperativeEffect cooperativeEffect2)
Use DefaultExactCooperativeEffectBaseComparator to know if two CooperativeEffects are equals.
-
-
-
Method Detail
-
areEquals
public static boolean areEquals(CooperativeEffect cooperativeEffect1, CooperativeEffect cooperativeEffect2)
Use DefaultExactCooperativeEffectBaseComparator to know if two CooperativeEffects are equals.- Parameters:
cooperativeEffect1
- aCooperativeEffect
object.cooperativeEffect2
- aCooperativeEffect
object.- Returns:
- true if the two CooperativeEffects are equal
-
-