public class GenericInsdcHeaderFormat<S extends AbstractSequence<C>,C extends Compound> extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
MAX_WIDTH |
protected static int |
QUALIFIER_INDENT |
protected static String |
QUALIFIER_INDENT_STR |
protected static String |
QUALIFIER_INDENT_TMP |
Constructor and Description |
---|
GenericInsdcHeaderFormat() |
Modifier and Type | Method and Description |
---|---|
protected ArrayList<String> |
_split_multi_line(String text,
int max_len)
Returns a list of strings.
|
protected String |
_write_feature(FeatureInterface<AbstractSequence<C>,C> feature,
int record_length)
Write a single SeqFeature object to features table.
|
protected static final int MAX_WIDTH
protected static final int QUALIFIER_INDENT
protected static final String QUALIFIER_INDENT_STR
protected static final String QUALIFIER_INDENT_TMP
public GenericInsdcHeaderFormat()
protected String _write_feature(FeatureInterface<AbstractSequence<C>,C> feature, int record_length)
feature
- record_length
- protected ArrayList<String> _split_multi_line(String text, int max_len)
text
- max_len
- Copyright © 2000–2019 BioJava. All rights reserved.