public static final class FilterGff3.ScoreFilter extends Object implements FilterGff3.Filter
| Constructor and Description |
|---|
ScoreFilter(double score)
Create a new score filter with the specified score.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Gff3Record record)
Return true if the specified GFF3 record should be accepted by this filter.
|
public ScoreFilter(double score)
score - scorepublic 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).