org.intermine.model.bio.OntologyEvidence Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bio-source-homologene Show documentation
Show all versions of bio-source-homologene Show documentation
InterMine bio sources modules
The newest version!
package org.intermine.model.bio;
public interface OntologyEvidence extends org.intermine.model.InterMineObject
{
public org.intermine.model.bio.OntologyAnnotationEvidenceCode getCode();
public void setCode(final org.intermine.model.bio.OntologyAnnotationEvidenceCode code);
public void proxyCode(final org.intermine.objectstore.proxy.ProxyReference code);
public org.intermine.model.InterMineObject proxGetCode();
public java.util.Set getPublications();
public void setPublications(final java.util.Set publications);
public void addPublications(final org.intermine.model.bio.Publication arg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy