Uses of Class
edu.unc.csbio.data.Exon

Packages that use Exon
edu.unc.csbio.data   
 

Uses of Exon in edu.unc.csbio.data
 

Fields in edu.unc.csbio.data with type parameters of type Exon
private  java.util.ArrayList<Exon> Transcript.exons
          An ArrayList of exons in the gene
 

Methods in edu.unc.csbio.data with parameters of type Exon
 void Transcript.addExon(Exon e)
          The method to add a new exon
 

Constructors in edu.unc.csbio.data with parameters of type Exon
Transcript(java.lang.String _id, java.lang.String _name, Exon _e)
          A constructor for Transcript object