| Interface | Description |
|---|---|
| Pattern |
| Class | Description |
|---|---|
| AbstractPattern |
Partial
Pattern implementation. |
| AnyPattern |
A pattern that matches all
Nodes. |
| AtLeastPattern | |
| BoolPattern | |
| CalendarPattern | |
| CutTreePattern |
A
Pattern in which CutTreePattern.prune(Node) removes all the edges of matching nodes, not only those that are not required for matching. |
| DatePattern | |
| EdgePattern | |
| EdgePattern.Range |
The minimum and maximum number of
Edges that may match a given EdgePattern. |
| LeafPattern<T,C extends Constraint<? super T>> | |
| ManyPattern | |
| NumPattern | |
| OnePattern | |
| OnlyPattern | |
| OptPattern | |
| Patterns |
Defines a simple EDSL for
Patterns and other related facilities. |
| TextPattern | |
| TreePattern | |
| URIPattern |
Copyright © 2018. All Rights Reserved.