|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RichSequenceBuilderFactory
Simple factory for constructing new RichSequenceBuilder objects.
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from interface org.biojava.bio.seq.io.SequenceBuilderFactory |
---|
makeSequenceBuilder |
Field Detail |
---|
static 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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |