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

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

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

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

getExons

java.util.ArrayList getExons()

getIntrons

java.util.ArrayList getIntrons()

getLength

long getLength()

getTotalExonLength

long getTotalExonLength()