Package htsjdk.tribble
Class MutableFeature
java.lang.Object
htsjdk.tribble.MutableFeature
A mutable concrete Feature.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMutableFeature
(Feature feature) MutableFeature
(String contig, int start, int end) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface htsjdk.samtools.util.Locatable
contains, contigsMatch, getLengthOnReference, overlaps, withinDistanceOf
-
Field Details
-
contig
-
start
public int start -
end
public int end
-
-
Constructor Details
-
MutableFeature
-
MutableFeature
-
-
Method Details
-
setAll
-
getContig
Description copied from interface:Locatable
Gets the contig name for the contig this is mapped to. May return null if there is no unique mapping. -
getStart
public int getStart() -
getEnd
public int getEnd()
-