org.intermine.model.bio.Exon 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 Exon extends org.intermine.model.bio.SequenceFeature
{
public org.intermine.model.bio.Gene getGene();
public void setGene(final org.intermine.model.bio.Gene gene);
public void proxyGene(final org.intermine.objectstore.proxy.ProxyReference gene);
public org.intermine.model.InterMineObject proxGetGene();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy