Interface CooperativityEvidence

    • Method Detail

      • getPublication

        Publication getPublication()
        The publication where the cooperativityEvidence has been described. It cannot be null.
        Returns:
        the publication
      • setPublication

        void setPublication​(Publication publication)
        Set the publication where the cooperativityEvidence has been described.
        Parameters:
        publication - : the publication
        Throws:
        IllegalArgumentException - when publication is null
      • getEvidenceMethods

        <T extends CvTermCollection<T> getEvidenceMethods()
        The collection of methods used to infer the cooperative effect. This collection cannot be null. If the CooperativityEvidence does not have any methods, the method should return an empty collection
        Type Parameters:
        T - a T object
        Returns:
        The collection of methods