Package 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
Nested Classes Modifier and Type Interface Description static classGFF3Record.Impl-
Nested classes/interfaces inherited from interface org.biojava.bio.Annotatable
Annotatable.AnnotationForwarder
-
-
Field Summary
-
Fields inherited from interface org.biojava.bio.Annotatable
ANNOTATION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEnd()intgetPhase()doublegetScore()StringgetSequenceID()TermgetSource()intgetStart()StrandedFeature.StrandgetStrand()TermgetType()-
Methods inherited from interface org.biojava.bio.Annotatable
getAnnotation
-
Methods inherited from interface org.biojava.utils.Changeable
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
-
-