| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal | |
| org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | |
| org.apache.tinkerpop.gremlin.process.traversal.step | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Order | 
Order.reversed()
Produce the opposite representation of the current  
Order enum. | 
static Order | 
Order.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Order[] | 
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default GraphTraversal<S,E> | 
GraphTraversal.by(Order order)  | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
ByModulating.modulateBy(Order order)  | 
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.