A {@link Condition} defines a boolean condition that can be valid or invalid. {@link Condition}s are used in {@link Query}s to define {@link Rule}s.
By default Passe-Partout comes with a set of implemented {@link Condition}s that can be created using the {@link PassePartout} class. In rare cases you need to implement your own {@link Condition} to define even moredetailed queries.
@see PassePartout @since 0.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|