Package org.biojava.bio.seq.io
Class OrganismParser
java.lang.Object
org.biojava.bio.seq.io.SequenceBuilderFilter
org.biojava.bio.seq.io.OrganismParser
- All Implemented Interfaces:
SeqIOListener,SequenceBuilder
Deprecated.
Use org.biojavax.bio.taxa framework instead
A parser that is able to generate Taxon entries for sequence
builder event streams.
- Author:
- Matthew Pocock
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.Factory which wraps SequenceBuilders in an OrganismParser. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOrganismParser(SequenceBuilder delegate, TaxonFactory taxonFactory, TaxonParser taxonParser, String sciNameKey, String commonNameKey, String ncbiTaxonKey) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSequenceProperty(Object sciNameKey, Object value) Deprecated.Notify the listener of a sequence-wide property.voidDeprecated.Notify the listener that processing of the sequence is complete.Methods inherited from class org.biojava.bio.seq.io.SequenceBuilderFilter
addFeatureProperty, addSymbols, endFeature, getDelegate, makeSequence, setName, setURI, startFeature, startSequence
-
Field Details
-
PROPERTY_ORGANISM
Deprecated.
-
-
Constructor Details
-
OrganismParser
public OrganismParser(SequenceBuilder delegate, TaxonFactory taxonFactory, TaxonParser taxonParser, String sciNameKey, String commonNameKey, String ncbiTaxonKey) Deprecated.
-
-
Method Details
-
addSequenceProperty
Deprecated.Description copied from interface:SeqIOListenerNotify the listener of a sequence-wide property. This might be stored as an entry in the sequence's annotation bundle.- Specified by:
addSequencePropertyin interfaceSeqIOListener- Overrides:
addSequencePropertyin classSequenceBuilderFilter- Throws:
ParseException
-
endSequence
Deprecated.Description copied from interface:SeqIOListenerNotify the listener that processing of the sequence is complete.- Specified by:
endSequencein interfaceSeqIOListener- Overrides:
endSequencein classSequenceBuilderFilter- Throws:
ParseException
-