Uses of Interface
org.biojava.bio.program.gff.GFFRecord
-
Packages that use GFFRecord Package Description org.biojava.bio.program.gff GFF manipulation. -
-
Uses of GFFRecord in org.biojava.bio.program.gff
Classes in org.biojava.bio.program.gff that implement GFFRecord Modifier and Type Class Description classSimpleGFFRecordA no-frills implementation of a GFFRecord.Methods in org.biojava.bio.program.gff that return GFFRecord Modifier and Type Method Description protected GFFRecordGFFParser. 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.Methods in org.biojava.bio.program.gff with parameters of type GFFRecord Modifier and Type Method Description booleanGFFRecordFilter. accept(GFFRecord record)Return whether or not to accept record.booleanGFFRecordFilter.AcceptAll. accept(GFFRecord record)booleanGFFRecordFilter.FeatureFilter. accept(GFFRecord record)booleanGFFRecordFilter.FrameFilter. accept(GFFRecord record)booleanGFFRecordFilter.NotFilter. accept(GFFRecord record)booleanGFFRecordFilter.SequenceFilter. accept(GFFRecord record)booleanGFFRecordFilter.SourceFilter. accept(GFFRecord record)booleanGFFRecordFilter.StrandFilter. accept(GFFRecord record)voidGFFEntrySet. add(GFFRecord record)Add a GFFRecord to the end of this set.voidGFFDocumentHandler. recordLine(GFFRecord record)A record line has been encountered.voidGFFFilterer. recordLine(GFFRecord record)Only forward the GFFRecords that match a filter.voidGFFWriter. recordLine(GFFRecord record)Prints record to the PrintWriter.Constructors in org.biojava.bio.program.gff with parameters of type GFFRecord Constructor Description SimpleGFFRecord(GFFRecord rec)Create a new SimpleGFFRecord from GFFRecord object
-