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

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

There is a newer version: 5.1.0
Show newest version
package org.intermine.model.bio;

public interface Intron extends org.intermine.model.bio.SequenceFeature
{
    public java.util.Set getGenes();
    public void setGenes(final java.util.Set genes);
    public void addGenes(final org.intermine.model.bio.Gene arg);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy