Uses of Interface
org.biojava.bio.program.gff3.GFF3Record
-
Packages that use GFF3Record Package Description org.biojava.bio.program.gff3 Support for reading and writing GFF3. -
-
Uses of GFF3Record in org.biojava.bio.program.gff3
Classes in org.biojava.bio.program.gff3 that implement GFF3Record Modifier and Type Class Description static class
GFF3Record.Impl
Methods in org.biojava.bio.program.gff3 that return GFF3Record Modifier and Type Method Description protected GFF3Record
GFF3Parser. 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 GFF3Record Modifier and Type Method Description void
GFF3DocumentHandler. recordLine(GFF3Record record)
A record line has been encountered.Constructors in org.biojava.bio.program.gff3 with parameters of type GFF3Record Constructor Description Impl(GFF3Record rec)
-