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 TypeMethodDescriptionbooleanReturn whether or not to accept record.voidsetStrand(StrandedFeature.Strand strand)
-
Constructor Details
-
StrandFilter
public StrandFilter() -
StrandFilter
-
-
Method Details
-
setStrand
-
getStrand
-
accept
Description copied from interface:GFFRecordFilterReturn whether or not to accept record.- Specified by:
acceptin interfaceGFFRecordFilter- Parameters:
record- the GFFRecord to filter- Returns:
- true if record should be accepted or false otherwise
-