Uses of Interface
org.biojava.bio.program.gff.GFFDocumentHandler
Packages that use GFFDocumentHandler
-
Uses of GFFDocumentHandler in org.biojava.bio.program.gff
Classes in org.biojava.bio.program.gff that implement GFFDocumentHandlerModifier and TypeClassDescriptionclassAn object that filters a stream of GFF, forwarding some GFFRecords to a listening GFFDocumentHandler, and dropping others.classListens to a stream of GFF events and writes the lines to a PrintWriter.Methods in org.biojava.bio.program.gff that return GFFDocumentHandlerModifier and TypeMethodDescriptionGFFEntrySet.getAddHandler()Get the GFFDocumentHandler for adding to this set.Methods in org.biojava.bio.program.gff with parameters of type GFFDocumentHandlerModifier and TypeMethodDescriptionprotected GFFRecordGFFParser.createRecord(GFFDocumentHandler handler, List aList, String rest, String comment) Actually turns a list of tokens, some value string and a comment into a GFFRecord and informs handler.protected voidSequencesAsGFF.doPreProcessSequence(Sequence seq, GFFDocumentHandler handler, String id) Emit any per-sequence header information.protected voidSequencesAsGFF.doProcessFeature(Feature feature, GFFDocumentHandler handler, String id) Internal method to process an individual Feature.protected voidSequencesAsGFF.doProcessSequence(Sequence seq, GFFDocumentHandler handler, String id) Internal method to process an individual Sequence.voidGFFParser.parse(BufferedReader bReader, GFFDocumentHandler handler) Informs handler of each line of gff read from bReader.voidGFFParser.parse(BufferedReader bReader, GFFDocumentHandler handler, String locator) Informs handler of each line of GFF read from bReadervoidSequencesAsGFF.processDB(SequenceDB seqDB, GFFDocumentHandler handler) Process all Sequences within a SequenceDB, informing handler of any suitable features.voidSequencesAsGFF.processSequence(Sequence seq, GFFDocumentHandler handler) Process an individual Sequence, informing handler of any suitable features.voidGFFEntrySet.streamRecords(GFFDocumentHandler handler) Write all records in this set out to a handler.Constructors in org.biojava.bio.program.gff with parameters of type GFFDocumentHandlerModifierConstructorDescriptionGFFFilterer(GFFDocumentHandler handler, GFFRecordFilter filter) Create a new GFFFilterer that will forward to handler everything that filter accepts.