All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.intermine.model.bio.Ontology Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package org.intermine.model.bio;

public interface Ontology extends org.intermine.model.InterMineObject
{
    public java.lang.String getUrl();
    public void setUrl(final java.lang.String url);

    public java.lang.String getName();
    public void setName(final java.lang.String name);

    public java.util.Set getDataSets();
    public void setDataSets(final java.util.Set dataSets);
    public void addDataSets(final org.intermine.model.bio.DataSet arg);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy