Uses of Interface
org.biojava.bio.program.gff.GFFRecordFilter
-
Packages that use GFFRecordFilter Package Description org.biojava.bio.program.gff GFF manipulation. -
-
Uses of GFFRecordFilter in org.biojava.bio.program.gff
Classes in org.biojava.bio.program.gff that implement GFFRecordFilter Modifier and Type Class Description static classGFFRecordFilter.AcceptAllImplementation of GFFRecordFilter that accepts everything.static classGFFRecordFilter.FeatureFilterImplementation of GFFRecordFilter that accepts records based upon the feature field.static classGFFRecordFilter.FrameFilterstatic classGFFRecordFilter.NotFilterstatic classGFFRecordFilter.SequenceFilterImplementation of GFFRecordFilter that accepts records based upon the sequence name.static classGFFRecordFilter.SourceFilterImplementation of GFFRecordFilter that accepts records based upon the source field.static classGFFRecordFilter.StrandFilterFields in org.biojava.bio.program.gff declared as GFFRecordFilter Modifier and Type Field Description static GFFRecordFilterGFFRecordFilter. ACCEPT_ALLA GFFRecordFilter that accepts everything.Methods in org.biojava.bio.program.gff that return GFFRecordFilter Modifier and Type Method Description GFFRecordFilterGFFRecordFilter.NotFilter. getFilter()Methods in org.biojava.bio.program.gff with parameters of type GFFRecordFilter Modifier and Type Method Description GFFEntrySetGFFEntrySet. filter(GFFRecordFilter filter)Filter this entry set into another set.static GFFEntrySetGFFTools. readGFF(BufferedReader gffIn, GFFRecordFilter recFilt)Read all GFF entries matching a filter from a buffered reader.static GFFEntrySetGFFTools. readGFF(File inFile, GFFRecordFilter recFilt)Reads a GFFEntrySet from a file with the specified filter.static GFFEntrySetGFFTools. readGFF(String fileName, GFFRecordFilter recFilt)Deprecated.use: readGff(File,GFFRecordFilter)voidGFFRecordFilter.NotFilter. setFilter(GFFRecordFilter filter)Constructors in org.biojava.bio.program.gff with parameters of type GFFRecordFilter Constructor Description GFFFilterer(GFFDocumentHandler handler, GFFRecordFilter filter)Create a new GFFFilterer that will forward to handler everything that filter accepts.NotFilter(GFFRecordFilter filter)
-