| Class | Description |
|---|---|
| GroupPattern<T,F extends T> |
Base class for a group pattern definition.
|
| Pattern<T,F extends T> |
Base class for a pattern definition.
|
| Quantifier |
A quantifier describing the Pattern.
|
| Quantifier.Times |
Describe the times this
Pattern can occur. |
| Enum | Description |
|---|---|
| Quantifier.ConsumingStrategy |
Describes strategy for which events are matched in this
Pattern. |
| Quantifier.QuantifierProperty |
Properties that a
Quantifier can have. |
| Exception | Description |
|---|---|
| MalformedPatternException |
An exception used to indicate that a
Pattern was not
specified correctly. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.