Class ComplexComparator

  • All Implemented Interfaces:
    Comparator<Complex>
    Direct Known Subclasses:
    UnambiguousComplexComparator, UnambiguousExactComplexComparator

    public class ComplexComparator
    extends Object
    implements Comparator<Complex>
    Basic ComplexComparator. It will first look at the default properties of an interactor using AbstractInteractorBaseComparator. It will then compare the interaction types using AbstractCvtermComparator If the basic interactor properties are the same, It will first compare the collection of components using ModelledParticipantComparator.
    Since:
    17/01/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)