Uses of Class
org.dishevelled.bio.feature.gff3.Gff3Record
-
Packages that use Gff3Record Package Description org.dishevelled.bio.feature.gff3 Sequence features in GFF3 format. -
-
Uses of Gff3Record in org.dishevelled.bio.feature.gff3
Methods in org.dishevelled.bio.feature.gff3 that return Gff3Record Modifier and Type Method Description static Gff3RecordGff3Record. valueOf(String value)Return a new GFF3 record parsed from the specified value.Methods in org.dishevelled.bio.feature.gff3 that return types with arguments of type Gff3Record Modifier and Type Method Description static Iterable<Gff3Record>Gff3Reader. read(Readable readable)Read zero or more GFF3 records from the specified readable.Methods in org.dishevelled.bio.feature.gff3 with parameters of type Gff3Record Modifier and Type Method Description booleanGff3Listener. record(Gff3Record record)Notify this GFF3 listener of a GFF3 record.static voidGff3Writer. write(Gff3Record record, PrintWriter writer)Write the specified GFF3 record with the specified print writer.Method parameters in org.dishevelled.bio.feature.gff3 with type arguments of type Gff3Record Modifier and Type Method Description static voidGff3Writer. write(Iterable<Gff3Record> records, PrintWriter writer)Write zero or more GFF3 records with the specified print writer.
-