| Interface | Description |
|---|---|
| IterativeCondition.Context<T> |
The context used when evaluating the
condition. |
| Class | Description |
|---|---|
| AndCondition<T> | Deprecated
Please use
RichAndCondition instead. |
| BooleanConditions |
Utility class containing an
IterativeCondition that always returns true and one
that always returns false. |
| IterativeCondition<T> |
A user-defined condition that decides if an element should be accepted in the pattern or not.
|
| NotCondition<T> | Deprecated
Please use
RichNotCondition instead. |
| OrCondition<T> | Deprecated
Please use
RichOrCondition instead. |
| RichAndCondition<T> | |
| RichCompositeIterativeCondition<T> |
A base class of composite
IterativeCondition conditions such as RichAndCondition,
RichOrCondition and RichNotCondition, etc. |
| RichIterativeCondition<T> |
Rich variant of the
IterativeCondition. |
| RichNotCondition<T> |
A
condition which negates the condition it wraps and returns
true if the original condition returns false. |
| RichOrCondition<T> |
A
condition which combines two conditions with a logical OR and returns true if at least one is true. |
| SimpleCondition<T> |
A user-defined condition that decides if an element should be accepted in the pattern or not.
|
| SubtypeCondition<T> |
A
condition which filters elements of the given type. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.