Package htsjdk.tribble
Interface NamedFeature
- All Known Subinterfaces:
BEDFeature
- All Known Implementing Classes:
FullBEDFeature
,Interval
,SimpleBEDFeature
An interface for features provided via an interval file, e.g. bed or interval_list.
Provides a common interface for accessing the name column for both of these file types.
-
Method Summary
Methods inherited from interface htsjdk.samtools.util.Locatable
contains, contigsMatch, getContig, getEnd, getLengthOnReference, getStart, overlaps, withinDistanceOf
-
Method Details
-
getName
String getName()
-