| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | |
| org.apache.tinkerpop.gremlin.structure | 
| Modifier and Type | Method and Description | 
|---|---|
default GraphTraversal<S,E> | 
GraphTraversal.by(T token)  | 
default GraphTraversal<S,E> | 
GraphTraversal.has(T accessor,
   Object value)  | 
default GraphTraversal<S,E> | 
GraphTraversal.has(T accessor,
   P<?> predicate)  | 
default GraphTraversal<S,E> | 
GraphTraversal.has(T accessor,
   Traversal<?,?> propertyTraversal)  | 
| Modifier and Type | Method and Description | 
|---|---|
static T | 
T.fromString(String accessor)  | 
static T | 
T.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static T[] | 
T.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.