Package htsjdk.tribble
Class SimpleFeature
- java.lang.Object
-
- htsjdk.tribble.SimpleFeature
-
-
Constructor Summary
Constructors Constructor Description SimpleFeature(String contig, int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContig()
Gets the contig name for the contig this is mapped to.int
getEnd()
int
getStart()
-
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
-
-
-
-
Constructor Detail
-
SimpleFeature
public SimpleFeature(String contig, int start, int end)
-
-