Class UnambiguousCausalRelationshipComparator

  • All Implemented Interfaces:
    Comparator<CausalRelationship>

    public class UnambiguousCausalRelationshipComparator
    extends CausalRelationshipComparator
    Unambiguous comparator for CausalRelationship It will first compare the relationType using UnambiguousCvTermComparator. If both relationTypes are identical, it will compare the target using UnambiguousEntityComparator
    Since:
    22/05/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)