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 | Class and Description |
---|---|
class |
BioJava3SequenceAdapter<T,C extends org.biojava3.core.sequence.template.Compound>
Adapter class that allows to access the contents of an implementation of
AlignmentModel
as a set of BioJava Sequence objects. |
class |
CharSequenceAdapter<T>
Adapter class that allows to access the contents of an implementation of
AlignmentModel
as a set of CharSequence s or String s. |
class |
StringAdapter<T>
Returns the sequences contained in the underlying data source as strings.
|