public interface RichSequenceBuilderFactory extends SequenceBuilderFactory
| Modifier and Type | Field and Description |
|---|---|
static RichSequenceBuilderFactory |
FACTORY
Accessor for the default factory.
|
static RichSequenceBuilderFactory |
PACKED
Accessor for a factory that produces builders that compress the
SymbolList of a RichSequence. |
static RichSequenceBuilderFactory |
THRESHOLD
Accessor for a factory that produces builders that compress the
SymbolList of a RichSequence when the length of the
SymbolList exceeds THRESHOLD. |
static int |
THRESHOLD_VALUE
The value that will be used as a threshold for the
THRESHOLD
builder. |
makeSequenceBuilderstatic final int THRESHOLD_VALUE
THRESHOLD
builder. Set to 5000.static final RichSequenceBuilderFactory FACTORY
static final RichSequenceBuilderFactory PACKED
SymbolList of a RichSequence.static final RichSequenceBuilderFactory THRESHOLD
SymbolList of a RichSequence when the length of the
SymbolList exceeds THRESHOLD.Copyright © 2014 BioJava. All rights reserved.