SamRecordFilter
public class AggregateFilter extends Object implements SamRecordFilter
Constructor | Description |
---|---|
AggregateFilter(List<SamRecordFilter> filters) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
filterOut(SAMRecord record) |
Determines whether a SAMRecord matches this filter
|
boolean |
filterOut(SAMRecord first,
SAMRecord second) |
Determines whether a pair of SAMRecord matches this filter
|
public AggregateFilter(List<SamRecordFilter> filters)
filters
- the list of filters that this Aggregator appliespublic boolean filterOut(SAMRecord record)
filterOut
in interface SamRecordFilter
record
- the SAMRecord to evaluatepublic boolean filterOut(SAMRecord first, SAMRecord second)
filterOut
in interface SamRecordFilter
first
- the first SAMRecord to evaluatesecond
- the second SAMRecord to evaluate