| Package | Description |
|---|---|
| org.biojava.bio.seq |
Classes and interfaces for defining biological sequences and informatics
objects.
|
| org.biojava.bio.seq.impl |
Standard in-memory implementations of
Sequence and
Feature. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFeatureRealizer
FeatureRealizer which uses a lookup table to map template classes
to implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static ViewSequence |
SequenceTools.view(Sequence seq,
FeatureRealizer fr)
Creates a new Sequence with the data of the old but with a different
FeatureRealizer that will be applied to new Features.
|
| Constructor and Description |
|---|
CircularView(Sequence seq,
FeatureRealizer fr) |
SimpleFeatureRealizer(FeatureRealizer fallBack) |
| Modifier and Type | Field and Description |
|---|---|
static FeatureRealizer |
FeatureImpl.DEFAULT
Default implementation of FeatureRealizer, which wraps simple
implementations of Feature and StrandedFeature.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureRealizer |
SimpleSequenceFactory.getFeatureRealizer()
Returns the FeatureRealizer set by "setFeatureRealizer".
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSequenceFactory.setFeatureRealizer(FeatureRealizer fr)
Set the FeatureRealizer used by new sequences created by this
factory.
|
| Constructor and Description |
|---|
SimpleSequence(SymbolList sym,
String urn,
String name,
Annotation annotation,
FeatureRealizer realizer)
Create a SimpleSequence using a specified FeatureRealizer.
|
ViewSequence(Sequence seq,
FeatureRealizer fr)
Construct a view onto a sequence, using a specific FeatureRealizer.
|
Copyright © 2020 BioJava. All rights reserved.