| 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 |
VarAdmin
Admin class for inspecting a Var
|
| Modifier and Type | Method and Description |
|---|---|
PatternAdmin |
PatternAdmin.cloneMe() |
| Modifier and Type | Method and Description |
|---|---|
Conjunction<PatternAdmin> |
MatchQueryAdmin.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
static GraqlTraversal |
GraqlTraversal.semiOptimal(PatternAdmin pattern)
Create a semi-optimal traversal plan using a greedy approach
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends PatternAdmin> |
Patterns.conjunction(Set<T> patterns) |
static <T extends PatternAdmin> |
Patterns.copyOf(T pattern) |
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 | Field and Description |
|---|---|
protected PatternAdmin |
AtomBase.atomPattern |
| Modifier and Type | Method and Description |
|---|---|
PatternAdmin |
Atomic.getCombinedPattern() |
PatternAdmin |
AtomBase.getCombinedPattern() |
PatternAdmin |
Atomic.getPattern() |
PatternAdmin |
AtomBase.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Atomic> |
AtomicFactory.createAtomSet(Conjunction<PatternAdmin> pattern,
Query parent,
GraknGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
PatternAdmin |
MultiPredicateBinary.getCombinedPattern() |
PatternAdmin |
HasRole.getCombinedPattern() |
PatternAdmin |
Binary.getCombinedPattern() |
| Modifier and Type | Method and Description |
|---|---|
Conjunction<PatternAdmin> |
Query.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<PatternAdmin> |
AdminConverter.getPatternAdmins(Collection<? extends Pattern> patterns) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.