org.intermine.model.bio.Location 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 Location extends org.intermine.model.InterMineObject
{
public java.lang.String getStrand();
public void setStrand(final java.lang.String strand);
public java.lang.Integer getStart();
public void setStart(final java.lang.Integer start);
public java.lang.Integer getEnd();
public void setEnd(final java.lang.Integer end);
public org.intermine.model.bio.BioEntity getLocatedOn();
public void setLocatedOn(final org.intermine.model.bio.BioEntity locatedOn);
public void proxyLocatedOn(final org.intermine.objectstore.proxy.ProxyReference locatedOn);
public org.intermine.model.InterMineObject proxGetLocatedOn();
public org.intermine.model.bio.BioEntity getFeature();
public void setFeature(final org.intermine.model.bio.BioEntity feature);
public void proxyFeature(final org.intermine.objectstore.proxy.ProxyReference feature);
public org.intermine.model.InterMineObject proxGetFeature();
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