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

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

There is a newer version: 5.1.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy