public interface TraversalSource
Traversal
. A TraversalSource, once built, can generate any number of Traversal
instances.
Each traversal DSL will maintain a corresponding TraversalSource
which specifies the methods which being a "fluent-chaining" of traversal steps.Modifier and Type | Interface and Description |
---|---|
static interface |
TraversalSource.Builder<C extends TraversalSource> |
Modifier and Type | Method and Description |
---|---|
TraversalSource.Builder |
asBuilder() |
Optional<Graph> |
getGraph() |
Optional<GraphComputer> |
getGraphComputer() |
List<TraversalStrategy> |
getStrategies() |
TraversalSource.Builder asBuilder()
Optional<GraphComputer> getGraphComputer()
List<TraversalStrategy> getStrategies()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.