| 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 |
AbstractSingleSequenceDataAdapter<T>
Implements basic functionality of
SingleSequenceDataAdapter. |
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. |
| Modifier and Type | Method and Description |
|---|---|
SingleSequenceDataAdapter<?> |
InvalidUnderlyingTokenException.getAdapter() |
| Constructor and Description |
|---|
InvalidUnderlyingTokenException(SingleSequenceDataAdapter<?> adapter,
java.lang.Object token,
java.lang.String representation)
Creates a new instance of this class.
|