| Modifier and Type | Method and Description |
|---|---|
default Conjunction<?> |
PatternAdmin.asConjunction() |
Conjunction<PatternAdmin> |
MatchQueryAdmin.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
Disjunction<Conjunction<VarAdmin>> |
PatternAdmin.getDisjunctiveNormalForm()
Get the disjunctive normal form of this pattern group.
|
Disjunction<Conjunction<VarAdmin>> |
Disjunction.getDisjunctiveNormalForm() |
Disjunction<Conjunction<VarAdmin>> |
Conjunction.getDisjunctiveNormalForm() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PatternAdmin> |
Patterns.conjunction(Set<T> patterns) |
| Modifier and Type | Method and Description |
|---|---|
static MatchQueryAdmin |
Queries.match(Conjunction<PatternAdmin> pattern) |
| Modifier and Type | Method and Description |
|---|---|
Conjunction<PatternAdmin> |
MatchQueryBase.getPattern() |
| Constructor and Description |
|---|
MatchQueryBase(Conjunction<PatternAdmin> pattern) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Atomic> |
AtomicFactory.createAtomSet(Conjunction<PatternAdmin> pattern,
Query parent) |
| Modifier and Type | Method and Description |
|---|---|
Conjunction<PatternAdmin> |
Query.getPattern() |
Copyright © 2016. All rights reserved.