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 |
SingleBioJava3SequenceAdapter<T,C extends org.biojava3.core.sequence.template.Compound>
Abstract base class for all implementations of
SingleSequenceDataAdapter that allow
to view one sequence of a AlignmentModel as a BioJava Sequence object. |
class |
SingleCharSequenceAdapter<T>
An adapter class allowing to view a single sequence provided by an implementation of
AlignmentModel as a CharSequence . |