public static interface TraversalEngine.Builder extends Serializable
Modifier and Type | Method and Description |
---|---|
TraversalEngine |
create(Graph graph)
Create the
TraversalEngine . |
default List<Class<? extends TraversalStrategy>> |
getWithoutStrategies()
A list of
TraversalStrategy classes that should not be applied to the ultimate Traversal . |
default List<TraversalStrategy> |
getWithStrategies()
A list of
TraversalStrategy instances that should be applied to the ultimate Traversal . |
default List<TraversalStrategy> getWithStrategies()
TraversalStrategy
instances that should be applied to the ultimate Traversal
.default List<Class<? extends TraversalStrategy>> getWithoutStrategies()
TraversalStrategy
classes that should not be applied to the ultimate Traversal
.TraversalEngine create(Graph graph)
TraversalEngine
.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.