Class UnambiguousExactInteractorBaseComparator

  • All Implemented Interfaces:
    Comparator<Interactor>

    public class UnambiguousExactInteractorBaseComparator
    extends ExactInteractorBaseComparator
    Unambiguous Interactor base comparator. It will first compare the interactor types using UnambiguousCvTermComparator. If both types are equal, it will compare organisms using OrganismTaxIdComparator. If both organisms are equal, it will use a UnambiguousInteractorBaseComparator to compare basic Interactor properties.
    Since:
    17/01/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)