Class DefaultExactComplexComparator
- java.lang.Object
-
- psidev.psi.mi.jami.utils.comparator.interactor.DefaultExactComplexComparator
-
public class DefaultExactComplexComparator extends Object
Default exact Complex comparator It will first look at the default properties of an interactor using DefaultExactInteractorBaseComparator. It will then compare interaction types using DefaultCvTermComparator. If the basic interactor properties are the same, It will first compare the collection of components using DefaultExactModelledParticipantComparator.- Since:
17/01/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description DefaultExactComplexComparator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
areEquals(Complex complex1, Complex complex2)
Use DefaultExactComplexComparator to know if two complexes are equals.
-