Uses of Interface
org.biojava.bio.program.gff3.GFF3Record
Packages that use GFF3Record
-
Uses of GFF3Record in org.biojava.bio.program.gff3
Classes in org.biojava.bio.program.gff3 that implement GFF3RecordMethods in org.biojava.bio.program.gff3 that return GFF3RecordModifier and TypeMethodDescriptionprotected GFF3RecordGFF3Parser.createRecord(GFF3DocumentHandler handler, List aList, String rest, String comment, Ontology ontology, Ontology fallBack) Actually turns a list of tokens, some value string and a comment into a GFF3Record and informs handler.Methods in org.biojava.bio.program.gff3 with parameters of type GFF3RecordModifier and TypeMethodDescriptionvoidGFF3DocumentHandler.recordLine(GFF3Record record) A record line has been encountered.Constructors in org.biojava.bio.program.gff3 with parameters of type GFF3Record