Class UnambiguousInteractorBaseComparator

  • All Implemented Interfaces:
    Comparator<Interactor>

    public class UnambiguousInteractorBaseComparator
    extends InteractorBaseComparator
    Unambiguous interactor comparator It will only compare identifiers if one interactor does have identifiers using UnambiguousIdentifierComparator. Otherwise, it will first compare shortNames (case sensitive) fullnames(case sensitive) and if the shortNames and fullnames are the same, it will compare the aliases using UnambiguousAliasComparator. This comparator will ignore all the other properties of an interactor.
    Since:
    21/12/12
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)