| Constructor and Description |
|---|
GraqlTraversal() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableSet<com.google.common.collect.ImmutableList<Fragment>> |
fragments() |
double |
getComplexity()
Get the estimated complexity of the traversal.
|
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<org.apache.tinkerpop.gremlin.structure.Vertex,Map<String,org.apache.tinkerpop.gremlin.structure.Element>> |
getGraphTraversal(GraknTx graph,
Set<Var> vars)
Get the
GraphTraversal that this GraqlTraversal represents. |
String |
toString() |
public org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<org.apache.tinkerpop.gremlin.structure.Vertex,Map<String,org.apache.tinkerpop.gremlin.structure.Element>> getGraphTraversal(GraknTx graph, Set<Var> vars)
GraphTraversal that this GraqlTraversal represents.public abstract com.google.common.collect.ImmutableSet<com.google.common.collect.ImmutableList<Fragment>> fragments()
public double getComplexity()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.