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

Packages that use Transcript
edu.unc.csbio.data   
edu.unc.csbio.RNASim   
 

Uses of Transcript in edu.unc.csbio.data
 

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

Methods in edu.unc.csbio.data that return types with arguments of type Transcript
 java.util.ArrayList<Transcript> Gene.getTranscripts()
          The method to get transcripts in the gene
 

Methods in edu.unc.csbio.data with parameters of type Transcript
 void Gene.addTranscript(Transcript t)
          The method to add a new transcript
 

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

Uses of Transcript in edu.unc.csbio.RNASim
 

Fields in edu.unc.csbio.RNASim with type parameters of type Transcript
(package private) static java.util.TreeMap<java.lang.String,Transcript> MainCmdline.transcriptPool
          a TreeMap that maps a string to a transcript