void |
DebuggingRichSeqIOListener.addFeatureProperty(java.lang.Object key,
java.lang.Object value) |
|
void |
RichSeqIOAdapter.addFeatureProperty(java.lang.Object key,
java.lang.Object value) |
|
void |
SimpleRichSequenceBuilder.addFeatureProperty(java.lang.Object key,
java.lang.Object value) |
Notify the listener of a feature property.
|
void |
DebuggingRichSeqIOListener.addSequenceProperty(java.lang.Object key,
java.lang.Object value) |
|
void |
RichSeqIOAdapter.addSequenceProperty(java.lang.Object key,
java.lang.Object value) |
|
void |
SimpleRichSequenceBuilder.addSequenceProperty(java.lang.Object key,
java.lang.Object value) |
Notify the listener of a sequence-wide property.
|
void |
DebuggingRichSeqIOListener.endFeature() |
|
void |
RichSeqIOAdapter.endFeature() |
|
void |
SimpleRichSequenceBuilder.endFeature() |
Mark the end of data associated with one specific feature.
|
void |
DebuggingRichSeqIOListener.endSequence() |
|
void |
RichSeqIOAdapter.endSequence() |
|
void |
SimpleRichSequenceBuilder.endSequence() |
Notify the listener that processing of the sequence is complete.
|
java.lang.String |
UniProtCommentParser.generate() |
Generates a comment string based on the current values of the
internal fields.
|
RichFeature |
DebuggingRichSeqIOListener.getCurrentFeature() |
|
RichFeature |
RichSeqIOAdapter.getCurrentFeature() |
|
RichFeature |
RichSeqIOListener.getCurrentFeature() |
Gets the feature currently being created.
|
RichFeature |
SimpleRichSequenceBuilder.getCurrentFeature() |
Gets the feature currently being created.
|
void |
UniProtCommentParser.parseComment(java.lang.String c) |
Parses the comment string from the given comment and populates
the internal fields appropriately.
|
void |
UniProtCommentParser.parseComment(Comment c) |
Parses the comment string from the given comment and populates
the internal fields appropriately.
|
static RichLocation |
GenbankLocationParser.parseLocation(Namespace featureNS,
java.lang.String featureAccession,
java.lang.String locationString) |
Parses a location.
|
static RichLocation |
UniProtLocationParser.parseLocation(java.lang.String loc) |
Parses a location.
|
void |
FastaFormat.processHeader(java.lang.String line,
RichSeqIOListener rsiol,
Namespace ns) |
Parse the Header information from the Fasta Description line
|
boolean |
EMBLFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns) |
Reads a sequence from the given buffered reader using the given tokenizer to parse
sequence symbols.
|
boolean |
EMBLxmlFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns) |
Reads a sequence from the given buffered reader using the given tokenizer to parse
sequence symbols.
|
boolean |
FastaFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rsiol,
Namespace ns) |
Reads a sequence from the given buffered reader using the given tokenizer to parse
sequence symbols.
|
boolean |
GenbankFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns) |
Reads a sequence from the given buffered reader using the given tokenizer to parse
sequence symbols.
|
boolean |
INSDseqFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns) |
Reads a sequence from the given buffered reader using the given tokenizer to parse
sequence symbols.
|
boolean |
UniProtFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns) |
Reads a sequence from the given buffered reader using the given tokenizer to parse
sequence symbols.
|
boolean |
UniProtXMLFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns) |
Reads a sequence from the given buffered reader using the given tokenizer to parse
sequence symbols.
|
boolean |
EMBLFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener) |
Read a sequence and pass data on to a SeqIOListener.
|
boolean |
EMBLxmlFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener) |
Read a sequence and pass data on to a SeqIOListener.
|
boolean |
FastaFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener) |
Read a sequence and pass data on to a SeqIOListener.
|
boolean |
GenbankFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener) |
Read a sequence and pass data on to a SeqIOListener.
|
boolean |
INSDseqFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener) |
Read a sequence and pass data on to a SeqIOListener.
|
boolean |
UniProtFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener) |
Read a sequence and pass data on to a SeqIOListener.
|
boolean |
UniProtXMLFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener) |
Read a sequence and pass data on to a SeqIOListener.
|
void |
DebuggingRichSeqIOListener.setAccession(java.lang.String accession) |
|
void |
RichSeqIOAdapter.setAccession(java.lang.String accession) |
|
void |
RichSeqIOListener.setAccession(java.lang.String accession) |
Call back method so the event emitter can tell the listener
the accession of the record being read.
|
void |
SimpleRichSequenceBuilder.setAccession(java.lang.String accession) |
Call back method so the event emitter can tell the listener
the accession of the record being read.
|
void |
DebuggingRichSeqIOListener.setCircular(boolean circular) |
|
void |
RichSeqIOAdapter.setCircular(boolean circular) |
|
void |
RichSeqIOListener.setCircular(boolean circular) |
Defined this sequence being parser as circular.
|
void |
SimpleRichSequenceBuilder.setCircular(boolean circular) |
Defined this sequence being parser as circular.
|
void |
DebuggingRichSeqIOListener.setComment(java.lang.String comment) |
|
void |
RichSeqIOAdapter.setComment(java.lang.String comment) |
|
void |
RichSeqIOListener.setComment(java.lang.String comment) |
Call back method so the event emitter can tell the listener
about a comment in the record being read.
|
void |
SimpleRichSequenceBuilder.setComment(java.lang.String comment) |
Call back method so the event emitter can tell the listener
about a comment in the record being read.
|
void |
DebuggingRichSeqIOListener.setDescription(java.lang.String description) |
|
void |
RichSeqIOAdapter.setDescription(java.lang.String description) |
|
void |
RichSeqIOListener.setDescription(java.lang.String description) |
Call back method so the event emitter can tell the listener
the description of the record being read.
|
void |
SimpleRichSequenceBuilder.setDescription(java.lang.String description) |
Call back method so the event emitter can tell the listener
the description of the record being read.
|
void |
DebuggingRichSeqIOListener.setDivision(java.lang.String division) |
|
void |
RichSeqIOAdapter.setDivision(java.lang.String division) |
|
void |
RichSeqIOListener.setDivision(java.lang.String division) |
Call back method so the event emitter can tell the listener
the division of the record being read.
|
void |
SimpleRichSequenceBuilder.setDivision(java.lang.String division) |
Call back method so the event emitter can tell the listener
the division of the record being read.
|
void |
DebuggingRichSeqIOListener.setIdentifier(java.lang.String identifier) |
|
void |
RichSeqIOAdapter.setIdentifier(java.lang.String identifier) |
|
void |
RichSeqIOListener.setIdentifier(java.lang.String identifier) |
Call back method so the event emitter can tell the listener
the identifier of the record being read.
|
void |
SimpleRichSequenceBuilder.setIdentifier(java.lang.String identifier) |
Call back method so the event emitter can tell the listener
the identifier of the record being read.
|
void |
DebuggingRichSeqIOListener.setName(java.lang.String name) |
|
void |
RichSeqIOAdapter.setName(java.lang.String name) |
|
void |
SimpleRichSequenceBuilder.setName(java.lang.String name) |
Notify the listener that the current sequence is generally known
by a particular name.
|
void |
DebuggingRichSeqIOListener.setNamespace(Namespace namespace) |
|
void |
RichSeqIOAdapter.setNamespace(Namespace namespace) |
|
void |
RichSeqIOListener.setNamespace(Namespace namespace) |
Call back method so the event emitter can tell the listener
the namespace of the record being read.
|
void |
SimpleRichSequenceBuilder.setNamespace(Namespace namespace) |
Call back method so the event emitter can tell the listener
the namespace of the record being read.
|
void |
DebuggingRichSeqIOListener.setRankedCrossRef(RankedCrossRef crossRef) |
|
void |
RichSeqIOAdapter.setRankedCrossRef(RankedCrossRef crossRef) |
|
void |
RichSeqIOListener.setRankedCrossRef(RankedCrossRef crossRef) |
Call back method so the event emitter can tell the listener about a cross reference.
|
void |
SimpleRichSequenceBuilder.setRankedCrossRef(RankedCrossRef ref) |
Call back method so the event emitter can tell the listener about a cross reference.
|
void |
DebuggingRichSeqIOListener.setRankedDocRef(RankedDocRef ref) |
|
void |
RichSeqIOAdapter.setRankedDocRef(RankedDocRef ref) |
|
void |
RichSeqIOListener.setRankedDocRef(RankedDocRef ref) |
Call back method so the event emitter can tell the listener
about a literature reference in the record being read.
|
void |
SimpleRichSequenceBuilder.setRankedDocRef(RankedDocRef ref) |
Call back method so the event emitter can tell the listener
about a literature reference in the record being read.
|
void |
DebuggingRichSeqIOListener.setRelationship(BioEntryRelationship relationship) |
|
void |
RichSeqIOAdapter.setRelationship(BioEntryRelationship relationship) |
|
void |
RichSeqIOListener.setRelationship(BioEntryRelationship relationship) |
Call back method so the event emitter can tell the listener
about a relationship between the bioentry or sequence in the
record being read and another bioentry.
|
void |
SimpleRichSequenceBuilder.setRelationship(BioEntryRelationship relationship) |
Call back method so the event emitter can tell the listener
about a relationship between the bioentry or sequence in the
record being read and another bioentry.
|
void |
DebuggingRichSeqIOListener.setSeqVersion(java.lang.String version) |
|
void |
RichSeqIOAdapter.setSeqVersion(java.lang.String version) |
|
void |
RichSeqIOListener.setSeqVersion(java.lang.String version) |
Call back method so the event emitter can tell the listener
the version of the sequence of the record being read.
|
void |
SimpleRichSequenceBuilder.setSeqVersion(java.lang.String seqVersion) |
Call back method so the event emitter can tell the listener
the version of the sequence of the record being read.
|
void |
DebuggingRichSeqIOListener.setTaxon(NCBITaxon taxon) |
|
void |
RichSeqIOAdapter.setTaxon(NCBITaxon taxon) |
|
void |
RichSeqIOListener.setTaxon(NCBITaxon taxon) |
Call back method so the event emitter can tell the listener
the Taxon of the record being read.
|
void |
SimpleRichSequenceBuilder.setTaxon(NCBITaxon taxon) |
Call back method so the event emitter can tell the listener
the Taxon of the record being read.
|
void |
DebuggingRichSeqIOListener.setURI(java.lang.String uri) |
|
void |
RichSeqIOAdapter.setURI(java.lang.String uri) |
|
void |
RichSeqIOListener.setURI(java.lang.String uri) |
Deprecated.
|
void |
SimpleRichSequenceBuilder.setURI(java.lang.String uri) |
Notify the listener of a URI identifying the current sequence.
|
void |
DebuggingRichSeqIOListener.setVersion(int version) |
|
void |
RichSeqIOAdapter.setVersion(int version) |
|
void |
RichSeqIOListener.setVersion(int version) |
Call back method so the event emitter can tell the listener
the version of the record being read.
|
void |
SimpleRichSequenceBuilder.setVersion(int version) |
Call back method so the event emitter can tell the listener
the version of the record being read.
|
void |
DebuggingRichSeqIOListener.startFeature(Feature.Template templ) |
|
void |
RichSeqIOAdapter.startFeature(Feature.Template templ) |
|
void |
SimpleRichSequenceBuilder.startFeature(Feature.Template templ) |
Notify the listener that a new feature object is starting.
|
void |
DebuggingRichSeqIOListener.startSequence() |
|
void |
RichSeqIOAdapter.startSequence() |
|
void |
SimpleRichSequenceBuilder.startSequence() |
Start the processing of a sequence.
|