uk.ac.sanger.psu.gfmerge.datacomp
Interface ExonAble

All Superinterfaces:
FeatureComponentAble, LocateAble
All Known Implementing Classes:
Exon

public interface ExonAble
extends FeatureComponentAble

interface for exons.

Version:
1.0
Author:
Sebastian R. Spiegler
See Also:
Exon, FeatureComponent, FeatureComponentAble

Method Summary
 ExonType getExonType()
           
 int getFrame()
           
 
Methods inherited from interface uk.ac.sanger.psu.gfmerge.datacomp.FeatureComponentAble
getGfmFeature, getLength
 
Methods inherited from interface uk.ac.sanger.psu.gfmerge.datacomp.LocateAble
getLocation
 

Method Detail

getExonType

public ExonType getExonType()

getFrame

public int getFrame()