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
Method Summary |
boolean |
accept(GFFRecord record)
Return whether or not to accept record. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GFFRecordFilter.AcceptAll
public GFFRecordFilter.AcceptAll()
accept
public boolean accept(GFFRecord record)
- Description copied from interface:
GFFRecordFilter
- Return whether or not to accept record.
- Specified by:
accept
in interface GFFRecordFilter
- Parameters:
record
- the GFFRecord to filter
- Returns:
- true