public interface HtsInterval
Locatable that can be used to support long genomic coordinates.| Modifier and Type | Method and Description |
|---|---|
long |
getEnd()
Get the inclusive end coordinate for this interval.
|
java.lang.String |
getQueryName()
Get the name part of this interval query.
|
long |
getStart()
Get the 1-based inclusive start coordinate for this interval.
|
java.lang.String getQueryName()
long getStart()
long getEnd()