org.intermine.model.bio.OntologyAnnotation 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 OntologyAnnotation extends org.intermine.model.InterMineObject
{
public java.lang.String getQualifier();
public void setQualifier(final java.lang.String qualifier);
public org.intermine.model.bio.Annotatable getSubject();
public void setSubject(final org.intermine.model.bio.Annotatable subject);
public void proxySubject(final org.intermine.objectstore.proxy.ProxyReference subject);
public org.intermine.model.InterMineObject proxGetSubject();
public org.intermine.model.bio.OntologyTerm getOntologyTerm();
public void setOntologyTerm(final org.intermine.model.bio.OntologyTerm ontologyTerm);
public void proxyOntologyTerm(final org.intermine.objectstore.proxy.ProxyReference ontologyTerm);
public org.intermine.model.InterMineObject proxGetOntologyTerm();
public java.util.Set getDataSets();
public void setDataSets(final java.util.Set dataSets);
public void addDataSets(final org.intermine.model.bio.DataSet arg);
public java.util.Set getEvidence();
public void setEvidence(final java.util.Set evidence);
public void addEvidence(final org.intermine.model.bio.OntologyEvidence arg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy