| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal | 
| Modifier and Type | Method and Description | 
|---|---|
static AnonymousTraversalSource<GraphTraversalSource> | 
AnonymousTraversalSource.traversal()
Constructs an  
AnonymousTraversalSource which will then be configured to spawn a
 GraphTraversalSource. | 
static <T extends TraversalSource> | 
AnonymousTraversalSource.traversal(Class<T> traversalSourceClass)
Constructs an  
AnonymousTraversalSource which will then be configured to spawn the specified
 TraversalSource. | 
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.