org.intermine.model.bio.SyntenyBlock Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bio-source-reactome Show documentation
Show all versions of bio-source-reactome Show documentation
InterMine bio sources modules
The 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 - 2025 Weber Informatics LLC | Privacy Policy