| Package | Description |
|---|---|
| com.tinkerpop.gremlin | |
| com.tinkerpop.gremlin.java |
| Modifier and Type | Method and Description |
|---|---|
static Tokens.T |
Tokens.T.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tokens.T[] |
Tokens.T.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.tinkerpop.pipes.transform.TransformPipe.Order |
Tokens.mapOrder(Tokens.T t) |
static com.tinkerpop.blueprints.Predicate |
Tokens.mapPredicate(Tokens.T t) |
| Modifier and Type | Method and Description |
|---|---|
GremlinPipeline<S,? extends com.tinkerpop.blueprints.Element> |
GremlinPipeline.has(String key,
Tokens.T compareToken,
Object value)
Add an IdFilterPipe, LabelFilterPipe, or PropertyFilterPipe to the end of the Pipeline.
|
GremlinFluentPipeline<S,? extends com.tinkerpop.blueprints.Element> |
GremlinFluentPipeline.has(String key,
Tokens.T compareToken,
Object value)
Add an IdFilterPipe, LabelFilterPipe, or PropertyFilterPipe to the end of the Pipeline.
|
GremlinPipeline<S,E> |
GremlinPipeline.order(Tokens.T order)
Add an OrderPipe to the end of the Pipeline.
|
GremlinPipeline<S,?> |
GremlinPipeline.orderMap(Tokens.T order)
Add a OrderMapPipe to the end of the Pipeline
Given a Map as an input, the map is first ordered and then the keys are emitted in the order.
|
Copyright © 2009-2014. All Rights Reserved.