Package org.biojava.bio.program.gff
Class GFFRecordFilter.AcceptAll
- java.lang.Object
-
- org.biojava.bio.program.gff.GFFRecordFilter.AcceptAll
-
- All Implemented Interfaces:
GFFRecordFilter
- Enclosing interface:
- GFFRecordFilter
public static class GFFRecordFilter.AcceptAll extends Object implements GFFRecordFilter
Implementation of GFFRecordFilter that accepts everything.- Author:
- Matthew Pocock
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.biojava.bio.program.gff.GFFRecordFilter
GFFRecordFilter.AcceptAll, GFFRecordFilter.FeatureFilter, GFFRecordFilter.FrameFilter, GFFRecordFilter.NotFilter, GFFRecordFilter.SequenceFilter, GFFRecordFilter.SourceFilter, GFFRecordFilter.StrandFilter
-
-
Field Summary
-
Fields inherited from interface org.biojava.bio.program.gff.GFFRecordFilter
ACCEPT_ALL
-
-
Constructor Summary
Constructors Constructor Description AcceptAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(GFFRecord record)
Return whether or not to accept record.
-
-
-
Constructor Detail
-
AcceptAll
public AcceptAll()
-
-
Method Detail
-
accept
public boolean accept(GFFRecord record)
Description copied from interface:GFFRecordFilter
Return whether or not to accept record.- Specified by:
accept
in interfaceGFFRecordFilter
- Parameters:
record
- the GFFRecord to filter- Returns:
- true
-
-