org.biojava.bio.program.gff3
public interface GFF3Record extends Annotatable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GFF3Record.Impl |
Annotatable.AnnotationForwarderANNOTATION| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getPhase() |
double |
getScore() |
String |
getSequenceID() |
Term |
getSource() |
int |
getStart() |
StrandedFeature.Strand |
getStrand() |
Term |
getType() |
getAnnotationaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerString getSequenceID()
Term getSource()
Term getType()
int getStart()
int getEnd()
double getScore()
StrandedFeature.Strand getStrand()
int getPhase()