|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.program.gff.GFFRecordFilter.NotFilter
public static class GFFRecordFilter.NotFilter
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 | |
---|---|
GFFRecordFilter.NotFilter()
|
|
GFFRecordFilter.NotFilter(GFFRecordFilter filter)
|
Method Summary | |
---|---|
boolean |
accept(GFFRecord record)
Return whether or not to accept record. |
GFFRecordFilter |
getFilter()
|
void |
setFilter(GFFRecordFilter filter)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GFFRecordFilter.NotFilter()
public GFFRecordFilter.NotFilter(GFFRecordFilter filter)
Method Detail |
---|
public void setFilter(GFFRecordFilter filter)
public GFFRecordFilter getFilter()
public boolean accept(GFFRecord record)
GFFRecordFilter
accept
in interface GFFRecordFilter
record
- the GFFRecord to filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |