public static final class StandardTraversalEngine.Builder extends Object implements TraversalEngine.Builder
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TraversalEngine |
create(Graph graph)
Create the
TraversalEngine . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWithoutStrategies, getWithStrategies
public TraversalEngine create(Graph graph)
TraversalEngine.Builder
TraversalEngine
.create
in interface TraversalEngine.Builder
graph
- the graph to ultimately have the Traversal
execute over.TraversalEngine
that is particular to a Traversal
.Copyright © 2013–2015 Apache Software Foundation. All rights reserved.