| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal | |
| org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | 
| Modifier and Type | Method and Description | 
|---|---|
Scope | 
Scope.opposite()  | 
static Scope | 
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Scope[] | 
Scope.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,Long> | 
GraphTraversal.count(Scope scope)  | 
static <A> GraphTraversal<A,Long> | 
__.count(Scope scope)  | 
default GraphTraversal<S,E> | 
GraphTraversal.dedup(Scope scope,
     String... dedupLabels)
Remove all duplicates in the traversal stream up to this point. 
 | 
static <A> GraphTraversal<A,A> | 
__.dedup(Scope scope,
     String... dedupLabels)  | 
static <A> GraphTraversal<A,A> | 
__.limit(Scope scope,
     long limit)  | 
default <E2> GraphTraversal<S,E2> | 
GraphTraversal.limit(Scope scope,
     long limit)  | 
static <A,B extends Number> | 
__.max(Scope scope)  | 
default <E2 extends Number> | 
GraphTraversal.max(Scope scope)  | 
static <A> GraphTraversal<A,Double> | 
__.mean(Scope scope)  | 
default <E2 extends Number> | 
GraphTraversal.mean(Scope scope)  | 
static <A,B extends Number> | 
__.min(Scope scope)  | 
default <E2 extends Number> | 
GraphTraversal.min(Scope scope)  | 
default GraphTraversal<S,E> | 
GraphTraversal.order(Scope scope)
Order either the  
local object (e.g. | 
static <A> GraphTraversal<A,A> | 
__.order(Scope scope)  | 
static <A> GraphTraversal<A,A> | 
__.range(Scope scope,
     long low,
     long high)  | 
default <E2> GraphTraversal<S,E2> | 
GraphTraversal.range(Scope scope,
     long low,
     long high)  | 
default GraphTraversal<S,E> | 
GraphTraversal.sample(Scope scope,
      int amountToSample)  | 
static <A> GraphTraversal<A,A> | 
__.sample(Scope scope,
      int amountToSample)  | 
static <A> GraphTraversal<A,Double> | 
__.sum(Scope scope)  | 
default <E2 extends Number> | 
GraphTraversal.sum(Scope scope)  | 
static <A> GraphTraversal<A,A> | 
__.tail(Scope scope)  | 
default <E2> GraphTraversal<S,E2> | 
GraphTraversal.tail(Scope scope)  | 
static <A> GraphTraversal<A,A> | 
__.tail(Scope scope,
    long limit)  | 
default <E2> GraphTraversal<S,E2> | 
GraphTraversal.tail(Scope scope,
    long limit)  | 
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.