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

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

The newest version!
package org.intermine.model.bio;

public interface CDS 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();

    public org.intermine.model.bio.Protein getProtein();
    public void setProtein(final org.intermine.model.bio.Protein protein);
    public void proxyProtein(final org.intermine.objectstore.proxy.ProxyReference protein);
    public org.intermine.model.InterMineObject proxGetProtein();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy