| Package | Description |
|---|---|
| ai.grakn.graql.admin |
A collection of interfaces offering more behaviour on Graql objects.
|
| 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> |
ReasonerQuery.getPattern() |
Conjunction<PatternAdmin> |
MatchQueryAdmin.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
Disjunction<Conjunction<VarPatternAdmin>> |
PatternAdmin.getDisjunctiveNormalForm()
Get the disjunctive normal form of this pattern group.
|
Disjunction<Conjunction<VarPatternAdmin>> |
Disjunction.getDisjunctiveNormalForm() |
Disjunction<Conjunction<VarPatternAdmin>> |
Conjunction.getDisjunctiveNormalForm() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PatternAdmin> |
Patterns.conjunction(Set<T> patterns) |
| Modifier and Type | Method and Description |
|---|---|
Disjunction<Conjunction<VarPatternAdmin>> |
AbstractVarPattern.getDisjunctiveNormalForm() |
| 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<VarPatternAdmin> pattern,
ReasonerQuery parent) |
| Modifier and Type | Method and Description |
|---|---|
Conjunction<PatternAdmin> |
ReasonerQueryImpl.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
static ReasonerAtomicQuery |
ReasonerQueries.atomic(Conjunction<VarPatternAdmin> pattern,
GraknGraph graph) |
static ReasonerQueryImpl |
ReasonerQueries.create(Conjunction<VarPatternAdmin> pattern,
GraknGraph graph) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.