| 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 |
|---|---|
ConstPositionFilter |
FilterFactory.createConstPositionFilter(Attribute attr,
Filter filter,
ComparisonOperator operator,
int position)
Creates a filter that matches when comparison between the position of the
first object in the list returned by the attribute matching the filter and the specified
integer succeeds.
|