public class GraqlTraversal extends Object
MatchQuery.
Comprised of ordered Fragments which are used to construct a TinkerPop GraphTraversal, which can be
retrieved and executed.| Modifier and Type | Method and Description |
|---|---|
static GraqlTraversal |
create(GraknGraph graph,
Set<? extends List<Fragment>> fragments) |
boolean |
equals(Object o) |
double |
getComplexity()
Get the estimated complexity of the traversal.
|
int |
hashCode() |
String |
toString() |
public static GraqlTraversal create(GraknGraph graph, Set<? extends List<Fragment>> fragments)
public double getComplexity()
Copyright © 2016 Grakn Labs Ltd. All rights reserved.