org.biojava.bio.program.gff
Class GFFRecordFilter.FrameFilter
java.lang.Object
org.biojava.bio.program.gff.GFFRecordFilter.FrameFilter
- All Implemented Interfaces:
- GFFRecordFilter
- Enclosing interface:
- GFFRecordFilter
public static class GFFRecordFilter.FrameFilter
- extends Object
- implements GFFRecordFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GFFRecordFilter.FrameFilter
public GFFRecordFilter.FrameFilter()
GFFRecordFilter.FrameFilter
public GFFRecordFilter.FrameFilter(int frame)
getFrame
public int getFrame()
setFrame
public void setFrame(int frame)
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 if record
should be accepted or false otherwise