Package org.biojava.bio.program.gff
Class GFFRecordFilter.StrandFilter
java.lang.Object
org.biojava.bio.program.gff.GFFRecordFilter.StrandFilter
- All Implemented Interfaces:
GFFRecordFilter
- Enclosing interface:
GFFRecordFilter
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return whether or not to accept record.void
setStrand
(StrandedFeature.Strand strand)
-
Constructor Details
-
StrandFilter
public StrandFilter() -
StrandFilter
-
-
Method Details
-
setStrand
-
getStrand
-
accept
Description copied from interface:GFFRecordFilter
Return whether or not to accept record.- Specified by:
accept
in interfaceGFFRecordFilter
- Parameters:
record
- the GFFRecord to filter- Returns:
- true if record should be accepted or false otherwise
-