public class OrganismParser extends SequenceBuilderFilter
Modifier and Type | Class and Description |
---|---|
static class |
OrganismParser.Factory
Deprecated.
Factory which wraps SequenceBuilders in an OrganismParser.
|
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_ORGANISM
Deprecated.
|
Constructor and Description |
---|
OrganismParser(SequenceBuilder delegate,
TaxonFactory taxonFactory,
TaxonParser taxonParser,
String sciNameKey,
String commonNameKey,
String ncbiTaxonKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addSequenceProperty(Object sciNameKey,
Object value)
Deprecated.
Notify the listener of a sequence-wide property.
|
void |
endSequence()
Deprecated.
Notify the listener that processing of the sequence is complete.
|
addFeatureProperty, addSymbols, endFeature, getDelegate, makeSequence, setName, setURI, startFeature, startSequence
public static final String PROPERTY_ORGANISM
public OrganismParser(SequenceBuilder delegate, TaxonFactory taxonFactory, TaxonParser taxonParser, String sciNameKey, String commonNameKey, String ncbiTaxonKey)
public void addSequenceProperty(Object sciNameKey, Object value) throws ParseException
SeqIOListener
addSequenceProperty
in interface SeqIOListener
addSequenceProperty
in class SequenceBuilderFilter
ParseException
public void endSequence() throws ParseException
SeqIOListener
endSequence
in interface SeqIOListener
endSequence
in class SequenceBuilderFilter
ParseException
Copyright © 2014 BioJava. All rights reserved.