T
- the token type used by the underlying providerpublic class AbstractAlignmentModelAdapter<T> extends Object implements BasicAlignmentModelView<T>
BasicAlignmentModelView
s can inherit from this class,
which implements the access to the underlying data source. Although this class is not abstract
it does not make sense creating instances of it directly since it implements no functionality.Modifier | Constructor and Description |
---|---|
protected |
AbstractAlignmentModelAdapter(AlignmentModel<T> underlyingProvider) |
Modifier and Type | Method and Description |
---|---|
AlignmentModel<T> |
getUnderlyingModel()
Returns the underlying sequence data provider that provides the data accessed with this object.
|
void |
setUnderlyingModel(AlignmentModel<T> underlyingProvider) |
protected AbstractAlignmentModelAdapter(AlignmentModel<T> underlyingProvider)
public AlignmentModel<T> getUnderlyingModel()
BasicAlignmentModelView
getUnderlyingModel
in interface BasicAlignmentModelView<T>
public void setUnderlyingModel(AlignmentModel<T> underlyingProvider)