Package | Description |
---|---|
org.biojava.bio.program.gff3 |
Support for reading and writing GFF3.
|
Modifier and Type | Class and Description |
---|---|
static class |
GFF3Record.Impl |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
GFF3DocumentHandler.recordLine(GFF3Record record)
A record line has been encountered.
|
Constructor and Description |
---|
GFF3Record.Impl(GFF3Record rec) |
Copyright © 2014 BioJava. All rights reserved.