Uses of Interface
org.biojava.bio.program.gff3.GFF3Record

Packages that use GFF3Record
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
static class GFF3Record.Impl
           
 

Methods in org.biojava.bio.program.gff3 that return GFF3Record
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
 void GFF3DocumentHandler.recordLine(GFF3Record record)
          A record line has been encountered.
 

Constructors in org.biojava.bio.program.gff3 with parameters of type GFF3Record
GFF3Record.Impl(GFF3Record rec)