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