| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenomeRange
A common interface for interval data mapped onto a genome sequence (e.g., Read, Gene, SAMRead, WigGraphData, etc.)
| Method Summary | |
|---|---|
 void | 
accept(GenomeRangeVisitor visitor)
 | 
 int | 
getEnd()
return 1-based end position of the data.  | 
 String | 
getName()
 | 
 int | 
getStart()
return 1-based start position of the data.  | 
 boolean | 
isAntiSense()
 | 
 boolean | 
isSense()
 | 
 int | 
length()
return the length of the data  | 
| Method Detail | 
|---|
int getStart()
int getEnd()
boolean isSense()
boolean isAntiSense()
int length()
String getName()
void accept(GenomeRangeVisitor visitor)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||