public static final class GFF3Record.Impl extends AbstractChangeable implements GFF3Record
GFF3Record.ImplAnnotatable.AnnotationForwarderANNOTATION| Constructor and Description |
|---|
Impl() |
Impl(GFF3Record rec) |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation()
Should return the associated annotation object.
|
int |
getEnd() |
int |
getPhase() |
double |
getScore() |
String |
getSequenceID() |
Term |
getSource() |
int |
getStart() |
StrandedFeature.Strand |
getStrand() |
Term |
getType() |
void |
setEnd(int end) |
void |
setPhase(int phase) |
void |
setScore(double score) |
void |
setSequenceID(String sequenceID) |
void |
setSource(Term source) |
void |
setStart(int start) |
void |
setStrand(StrandedFeature.Strand strand) |
void |
setType(Term type) |
addChangeListener, addChangeListener, generateChangeSupport, getChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerpublic Impl()
public Impl(GFF3Record rec)
public String getSequenceID()
getSequenceID in interface GFF3Recordpublic void setSequenceID(String sequenceID)
public Term getSource()
getSource in interface GFF3Recordpublic Term getType()
getType in interface GFF3Recordpublic int getStart()
getStart in interface GFF3Recordpublic void setStart(int start)
public int getEnd()
getEnd in interface GFF3Recordpublic void setEnd(int end)
public double getScore()
getScore in interface GFF3Recordpublic void setScore(double score)
public StrandedFeature.Strand getStrand()
getStrand in interface GFF3Recordpublic void setStrand(StrandedFeature.Strand strand)
public int getPhase()
getPhase in interface GFF3Recordpublic void setPhase(int phase)
public Annotation getAnnotation()
AnnotatablegetAnnotation in interface AnnotatableCopyright © 2020 BioJava. All rights reserved.