SamRecordFilterpublic class SecondaryOrSupplementaryFilter extends Object implements SamRecordFilter
NotPrimarySkippingIterator,
in that we did not want to change the functionality of NPSI to no longer match its name
$Id$| Constructor | Description |
|---|---|
SecondaryOrSupplementaryFilter() |
| 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 boolean filterOut(SAMRecord record)
SamRecordFilterfilterOut in interface SamRecordFilterrecord - the SAMRecord to evaluatepublic boolean filterOut(SAMRecord first, SAMRecord second)
filterOut in interface SamRecordFilterfirst - the first SAMRecord to evaluatesecond - the second SAMRecord to evaluate