Package | Description |
---|---|
info.bioinfweb.libralign.model.adapters |
Contains adapter classes that allow to access the data provided by
BasicAlignmentModelView in other ways
(e.g. |
Modifier and Type | Method and Description |
---|---|
SingleBioJava3SequenceAdapter<T,C> |
BioJava3SequenceAdapter.getSequence(java.lang.String sequenceID)
Returns an implementation of
Sequence that acts as a view to the sequence with the specified ID
in the underlying data source. |
SingleBioJava3SequenceAdapter<T,C> |
BioJava3SequenceAdapter.getSubSequence(java.lang.String sequenceID,
int offset,
int length)
Returns an implementation of
Sequence that acts as a view to a subsequence of the sequence
with the specified ID in the underlying data source. |