| Package | Description |
|---|---|
| org.gcube.data.trees.patterns |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyPattern
A pattern that matches all
Nodes. |
class |
BoolPattern
|
class |
CalendarPattern
|
class |
CutTreePattern
A
Pattern in which CutTreePattern.prune(Node) removes all the edges of matching nodes, not only those that are not required for matching. |
class |
DatePattern
|
class |
LeafPattern<T,C extends Constraint<? super T>>
|
class |
NumPattern
|
class |
TextPattern
|
class |
TreePattern
|
class |
URIPattern
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends AbstractPattern> |
Patterns.id(LeafPattern<?,?> idp,
T p)
Adds a
LeafPattern over the identifier of nodes matched by an AbstractPattern. |
static <T extends AbstractPattern> |
Patterns.id(String identifier,
T pattern)
Adds a
LeafPattern for text equality over the identifier of nodes matched by a AbstractPattern. |
Copyright © 2017. All Rights Reserved.