| 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 |
|---|---|
UnaryFilter |
FilterFactory.createNotFilter(Filter filter)
Creates a filter that matches when the specified filter does not
match (i.e. that performs a logical NOT).
|