T - the token type used by the underlying alignment modelpublic interface SingleSequenceDataAdapter<T> extends BasicAlignmentModelView<T>
AlignmentModel should implement this interface.| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Returns the number of tokens (sequence elements) that make up this view.
|
int |
getOffset()
Returns the index the first character in this sequence corresponds to in the original sequence in
the underlying sequence data provider.
|
java.lang.String |
getSequenceID()
The ID of the viewed sequence in the underlying sequence data provider.
|
getUnderlyingModeljava.lang.String getSequenceID()
int getOffset()
int getLength()