Uses of Interface
org.biojava.bio.program.gff.GFFRecord
Packages that use GFFRecord
-
Uses of GFFRecord in org.biojava.bio.program.gff
Classes in org.biojava.bio.program.gff that implement GFFRecordModifier and TypeClassDescriptionclass
A no-frills implementation of a GFFRecord.Methods in org.biojava.bio.program.gff that return GFFRecordModifier and TypeMethodDescriptionprotected GFFRecord
GFFParser.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.Methods in org.biojava.bio.program.gff with parameters of type GFFRecordModifier and TypeMethodDescriptionboolean
Return whether or not to accept record.boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Add a GFFRecord to the end of this set.void
GFFDocumentHandler.recordLine
(GFFRecord record) A record line has been encountered.void
GFFFilterer.recordLine
(GFFRecord record) Only forward the GFFRecords that match a filter.void
GFFWriter.recordLine
(GFFRecord record) Prints record to the PrintWriter.Constructors in org.biojava.bio.program.gff with parameters of type GFFRecordModifierConstructorDescriptionSimpleGFFRecord
(GFFRecord rec) Create a new SimpleGFFRecord from GFFRecord object