| 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)The  by()can be applied to a number of different step to alter their behaviors. | 
| default GraphTraversal<S,E> | GraphTraversal. has(T accessor,
   Object value)Filters vertices, edges and vertex properties based on their properties. | 
| default GraphTraversal<S,E> | GraphTraversal. has(T accessor,
   P<?> predicate)Filters vertices, edges and vertex properties based on their properties. | 
| 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–2021 Apache Software Foundation. All rights reserved.