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)
The
by() can be applied to a number of different step to alter their behaviors. |
Modifier and Type | Method and Description |
---|---|
default void |
ByModulating.modulateBy(Order order) |
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.