Class GenericInsdcHeaderFormat<S extends AbstractSequence<C>,C extends Compound> 
java.lang.Object
org.biojava.nbio.core.sequence.io.GenericInsdcHeaderFormat<S,C> 
- Direct Known Subclasses:
 GenericGenbankHeaderFormat
public class GenericInsdcHeaderFormat<S extends AbstractSequence<C>,C extends Compound> 
extends Object
- Author:
 - mckeee1
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription_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. 
- 
Field Details
- 
MAX_WIDTH
- See Also:
 
 - 
QUALIFIER_INDENT
- See Also:
 
 - 
QUALIFIER_INDENT_STR
- See Also:
 
 - 
QUALIFIER_INDENT_TMP
- See Also:
 
 
 - 
 - 
Constructor Details
- 
GenericInsdcHeaderFormat
public GenericInsdcHeaderFormat() 
 - 
 - 
Method Details
- 
_write_feature
Write a single SeqFeature object to features table.- Parameters:
 feature-record_length-
 - 
_split_multi_line
Returns a list of strings. Any single words which are too long get returned as a whole line (e.g. URLs) without an exception or warning.- Parameters:
 text-max_len-
 
 -