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() |
java.lang.String |
getSequenceID() |
Term |
getSource() |
int |
getStart() |
StrandedFeature.Strand |
getStrand() |
Term |
getType() |
getAnnotationaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerjava.lang.String getSequenceID()
Term getSource()
Term getType()
int getStart()
int getEnd()
double getScore()
StrandedFeature.Strand getStrand()
int getPhase()