| Package | Description | 
|---|---|
| org.biojava.bio.program.gff | 
 GFF manipulation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleGFFRecord
A no-frills implementation of a GFFRecord. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected GFFRecord | 
GFFParser.createRecord(GFFDocumentHandler handler,
            List aList,
            String rest,
            String comment)
Actually turns a list of tokens, some value string and a comment into a
 GFFRecord and informs
 handler. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
GFFRecordFilter.accept(GFFRecord record)
Return whether or not to accept record. 
 | 
boolean | 
GFFRecordFilter.AcceptAll.accept(GFFRecord record)  | 
boolean | 
GFFRecordFilter.SequenceFilter.accept(GFFRecord record)  | 
boolean | 
GFFRecordFilter.StrandFilter.accept(GFFRecord record)  | 
boolean | 
GFFRecordFilter.SourceFilter.accept(GFFRecord record)  | 
boolean | 
GFFRecordFilter.FeatureFilter.accept(GFFRecord record)  | 
boolean | 
GFFRecordFilter.FrameFilter.accept(GFFRecord record)  | 
boolean | 
GFFRecordFilter.NotFilter.accept(GFFRecord record)  | 
void | 
GFFEntrySet.add(GFFRecord record)
Add a GFFRecord to the end of this set. 
 | 
void | 
GFFDocumentHandler.recordLine(GFFRecord record)
A record line has been encountered. 
 | 
void | 
GFFFilterer.recordLine(GFFRecord record)
Only forward the GFFRecords that match a filter. 
 | 
void | 
GFFWriter.recordLine(GFFRecord record)
Prints record to the PrintWriter. 
 | 
| Constructor and Description | 
|---|
SimpleGFFRecord(GFFRecord rec)
Create a new SimpleGFFRecord from GFFRecord object 
 | 
Copyright © 2020 BioJava. All rights reserved.