| Package | Description |
|---|---|
| ai.grakn.graql.admin | |
| ai.grakn.graql.internal.pattern | |
| ai.grakn.graql.internal.query.match | |
| ai.grakn.graql.internal.reasoner.atom | |
| ai.grakn.graql.internal.reasoner.query |
| 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 |
|---|---|
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,
GraknGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
Conjunction<PatternAdmin> |
Query.getPattern() |
Copyright © 2016 Grakn Labs Ltd. All rights reserved.