| 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 |
|---|---|
TwoFiltersPositionFilter |
FilterFactory.createTwoFiltersPositionFilter(Attribute attr,
Filter filter1,
ComparisonOperator operator,
Filter filter2)
Creates a filter that matches when comparison between the position of the
first object in the list returned by the attribute matching the first filter and
the first object matching the second filter succeeds.
|