org.biojava.bio.program.gff3
Interface GFF3Record

All Superinterfaces:
Annotatable, Changeable
All Known Implementing Classes:
GFF3Record.Impl

public interface GFF3Record
extends Annotatable

A record in a GFF3 formatted file.

Author:
Matthew Pocock

Nested Class Summary
static class GFF3Record.Impl
           
 
Nested classes inherited from class org.biojava.bio.Annotatable
Annotatable.AnnotationForwarder
 
Field Summary
 
Fields inherited from interface org.biojava.bio.Annotatable
ANNOTATION
 
Method Summary
 int getEnd()
           
 int getPhase()
           
 double getScore()
           
 String getSequenceID()
           
 Term getSource()
           
 int getStart()
           
 StrandedFeature.Strand getStrand()
           
 Term getType()
           
 
Methods inherited from interface org.biojava.bio.Annotatable
getAnnotation
 
Methods inherited from interface org.biojava.utils.Changeable
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
 

Method Detail

getSequenceID

public String getSequenceID()

getSource

public Term getSource()

getType

public Term getType()

getStart

public int getStart()

getEnd

public int getEnd()

getScore

public double getScore()

getStrand

public StrandedFeature.Strand getStrand()

getPhase

public int getPhase()