|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterTest
Class for implementing tests with BlastLikeSearchFilter objects. Several precanned tests are included.
| Nested Class Summary | |
|---|---|
static class |
FilterTest.Equals
Tests that the value associated with the specified key is equal to the value supplied here by whatever criterion of equality appropriate to those objects. |
static class |
FilterTest.FindRegex
Tests that the value associated with the specified key contains a part matched by the supplied regex. |
static class |
FilterTest.GreaterThan
Tests that the value associated with the specified key is greater than the specified threshold. |
static class |
FilterTest.LessThan
Tests that the value associated with the specified key is less than the specified threshold. |
static class |
FilterTest.MatchRegex
Tests that the value associated with the specified key is matched in its entirety by the supplied regex. |
| Method Summary | |
|---|---|
boolean |
accept(Object value)
|
| Method Detail |
|---|
boolean accept(Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||