| Package | Description |
|---|---|
| de.aristaflow.adept2.model.filter |
This package contains classes that model a system of filters that can be applied
to specially annotated classes.
|
| Modifier and Type | Method and Description |
|---|---|
ComparisonFilter |
FilterFactory.createComparisonFilter(Attribute attr,
ComparisonOperator operator,
java.lang.Comparable<?> compareValue)
Creates a filter that matches when a comparison of an attribute to a constant
value succeeds.
|