|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.program.gff.GFFRecordFilter.FeatureFilter
Implementation of GFFRecordFilter that accepts records based upon the feature field.
Nested Class Summary |
Nested classes inherited from class 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.FeatureFilter()
|
|
GFFRecordFilter.FeatureFilter(java.lang.String feature)
|
Method Summary | |
boolean |
accept(GFFRecord record)
Return whether or not to accept record. |
java.lang.String |
getFeature()
Retrieve the current feature. |
void |
setFeature(java.lang.String feature)
Set the feature to feature. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GFFRecordFilter.FeatureFilter()
public GFFRecordFilter.FeatureFilter(java.lang.String feature)
Method Detail |
public void setFeature(java.lang.String feature)
public java.lang.String getFeature()
public boolean accept(GFFRecord record)
GFFRecordFilter
accept
in interface GFFRecordFilter
()
==
this.getFeature()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |