public static final class FilterGff3.RangeFilter extends Object implements FilterGff3.Filter
| Constructor and Description |
|---|
RangeFilter(String value)
Create a new range filter with the specified range format.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Gff3Record record)
Return true if the specified GFF3 record should be accepted by this filter.
|
public RangeFilter(String value)
value - range format, must not be nullpublic boolean accept(Gff3Record record)
FilterGff3.Filteraccept in interface FilterGff3.Filterrecord - GFF3 recordCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).