Class DefaultCooperativeEffectBaseComparator
- java.lang.Object
-
- psidev.psi.mi.jami.utils.comparator.cooperativity.DefaultCooperativeEffectBaseComparator
-
public class DefaultCooperativeEffectBaseComparator extends Object
Default 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 DefaultModelledInteractionComparator- Since:
23/05/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description DefaultCooperativeEffectBaseComparator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
areEquals(CooperativeEffect cooperativeEffect1, CooperativeEffect cooperativeEffect2)
Use DefaultCooperativeEffectBaseComparator to know if two CooperativeEffects are equals.
-
-
-
Method Detail
-
areEquals
public static boolean areEquals(CooperativeEffect cooperativeEffect1, CooperativeEffect cooperativeEffect2)
Use DefaultCooperativeEffectBaseComparator to know if two CooperativeEffects are equals.- Parameters:
cooperativeEffect1
- aCooperativeEffect
object.cooperativeEffect2
- aCooperativeEffect
object.- Returns:
- true if the two CooperativeEffects are equal
-
-