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

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

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

public interface SyntenyBlock extends org.intermine.model.InterMineObject
{
    public java.util.Set getSyntenicRegions();
    public void setSyntenicRegions(final java.util.Set syntenicRegions);
    public void addSyntenicRegions(final org.intermine.model.bio.SyntenicRegion arg);

    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 getPublications();
    public void setPublications(final java.util.Set publications);
    public void addPublications(final org.intermine.model.bio.Publication arg);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy