Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Model
v1.09

uk.ac.roslin.ensembl.model.core
Interface Transcript

All Superinterfaces:
Feature, IdentifiableObject, MappableObject, Serializable

public interface Transcript
extends Feature

Author:
tpaterso

Method Summary
 Collection<? extends Exon> getExons()
           
 Gene getGene()
           
 Translation getTranslation()
           
 
Methods inherited from interface uk.ac.roslin.ensembl.model.core.Feature
addMappedObjectType, getChromosomeMapping, isCurrent, isObjectTypeMapped
 
Methods inherited from interface uk.ac.roslin.ensembl.model.MappableObject
addMapping, clearAllMappings, getMappings, getMappings
 
Methods inherited from interface uk.ac.roslin.ensembl.model.IdentifiableObject
getDBVersion, getHashID, getId, getSchemaVersion, getType, setId
 

Method Detail

getTranslation

Translation getTranslation()

getGene

Gene getGene()

getExons

Collection<? extends Exon> getExons()

Ensembl Model
v1.09

Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3