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

All Superinterfaces:
LocateAble
All Known Subinterfaces:
GeneModelAble
All Known Implementing Classes:
GeneModel, GFMergeFeature

public interface GFMergeFeatureAble
extends LocateAble

interface for GFMergeFeature objects

Version:
1.0
Author:
Sebastian R. Spiegler
See Also:
GFMergeFeature, uk.ac.sanger.psu.gfmerge.datacomp.Locate

Method Summary
 java.util.ArrayList getExons()
           
 org.biojava.bio.seq.StrandedFeature getFeature()
           
 java.util.ArrayList getIntrons()
           
 long getLength()
           
 long getTotalExonLength()
           
 
Methods inherited from interface uk.ac.sanger.psu.gfmerge.datacomp.LocateAble
getLocation
 

Method Detail

getFeature

public org.biojava.bio.seq.StrandedFeature getFeature()

getExons

public java.util.ArrayList getExons()

getIntrons

public java.util.ArrayList getIntrons()

getLength

public long getLength()

getTotalExonLength

public long getTotalExonLength()