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 TypeClassDescriptionclassA no-frills implementation of a GFFRecord.Methods in org.biojava.bio.program.gff that return GFFRecordModifier 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.Methods in org.biojava.bio.program.gff with parameters of type GFFRecordModifier and TypeMethodDescriptionbooleanReturn whether or not to accept record.booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidAdd a GFFRecord to the end of this set.voidGFFDocumentHandler.recordLine(GFFRecord record) A record line has been encountered.voidGFFFilterer.recordLine(GFFRecord record) Only forward the GFFRecords that match a filter.voidGFFWriter.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