public class CRAIEntry extends Object implements Comparable<CRAIEntry>, Cloneable
Modifier and Type | Field and Description |
---|---|
int |
alignmentSpan |
int |
alignmentStart |
static Comparator<CRAIEntry> |
byEnd |
static Comparator<CRAIEntry> |
byStart |
long |
containerStartOffset |
int |
sequenceId |
int |
sliceIndex |
int |
sliceOffset |
int |
sliceSize |
Modifier and Type | Method and Description |
---|---|
CRAIEntry |
clone() |
int |
compareTo(CRAIEntry o) |
static List<CRAIEntry> |
fromContainer(Container container) |
static CRAIEntry |
fromCraiLine(String line) |
static boolean |
intersect(CRAIEntry e0,
CRAIEntry e1) |
String |
toString() |
public int sequenceId
public int alignmentStart
public int alignmentSpan
public long containerStartOffset
public int sliceOffset
public int sliceSize
public int sliceIndex
public static Comparator<CRAIEntry> byEnd
public static final Comparator<CRAIEntry> byStart
public CRAIEntry()
public CRAIEntry(String line) throws CRAIIndex.CRAIIndexException
CRAIIndex.CRAIIndexException
public int compareTo(CRAIEntry o)
compareTo
in interface Comparable<CRAIEntry>
public CRAIEntry clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException