public interface GFF3Record extends Annotatable
Modifier and Type | Interface and Description |
---|---|
static class |
GFF3Record.Impl |
Annotatable.AnnotationForwarder
ANNOTATION
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() |
getAnnotation
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
java.lang.String getSequenceID()
Term getSource()
Term getType()
int getStart()
int getEnd()
double getScore()
StrandedFeature.Strand getStrand()
int getPhase()