| Package | Description |
|---|---|
| ai.grakn.graql |
A collection of interfaces and factories for executing Graql queries.
|
| ai.grakn.graql.admin |
A collection of interfaces offering more behaviour on Graql objects.
|
| ai.grakn.graql.internal.gremlin | |
| ai.grakn.graql.internal.pattern | |
| ai.grakn.graql.internal.query.match | |
| ai.grakn.graql.internal.reasoner.atom | |
| ai.grakn.graql.internal.reasoner.atom.binary | |
| ai.grakn.graql.internal.reasoner.query | |
| ai.grakn.graql.internal.util |
| Modifier and Type | Method and Description |
|---|---|
PatternAdmin |
Pattern.admin() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Conjunction<T extends PatternAdmin>
A class representing a conjunction (and) of patterns.
|
interface |
Disjunction<T extends PatternAdmin>
A class representing a disjunction (or) of patterns.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Conjunction<T extends PatternAdmin>
A class representing a conjunction (and) of patterns.
|
interface |
Disjunction<T extends PatternAdmin>
A class representing a disjunction (or) of patterns.
|
interface |
VarPatternAdmin
Admin class for inspecting a
VarPattern |
| Modifier and Type | Method and Description |
|---|---|
PatternAdmin |
Atomic.getCombinedPattern() |
PatternAdmin |
Atomic.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
Conjunction<PatternAdmin> |
ReasonerQuery.getPattern() |
Conjunction<PatternAdmin> |
MatchQueryAdmin.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
static GraqlTraversal |
GreedyTraversalPlan.createTraversal(PatternAdmin pattern,
GraknGraph graph)
Create a traversal plan using the default maxTraersalAttempts.
|
static GraqlTraversal |
GreedyTraversalPlan.createTraversal(PatternAdmin pattern,
GraknGraph graph,
long maxTraversalAttempts)
Create a semi-optimal traversal plan using a greedy approach
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVarPattern
Abstract implementation of
VarPatternAdmin. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PatternAdmin> |
Patterns.conjunction(Set<T> patterns) |
static <T extends PatternAdmin> |
Patterns.disjunction(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 |
|---|---|
PatternAdmin |
AtomicBase.getCombinedPattern() |
PatternAdmin |
AtomicBase.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
PatternAdmin |
ResourceAtom.getCombinedPattern() |
PatternAdmin |
Binary.getCombinedPattern() |
| Modifier and Type | Method and Description |
|---|---|
Conjunction<PatternAdmin> |
ReasonerQueryImpl.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<PatternAdmin> |
AdminConverter.getPatternAdmins(Collection<? extends Pattern> patterns) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.