Class UnambiguousExactCausalRelationshipComparator

  • All Implemented Interfaces:
    Comparator<CausalRelationship>

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