RelationshipType
/Direction
pair, use one of the overloaded variants of this method. The created traverser will iterate over each node that can be reached from this node by the spanning tree formed by the given relationship types (with direction) exactly once. For more information about traversal, see the {@link Traverser}documentation.
@param traversalOrder the traversal order
@param stopEvaluator an evaluator instructing the new traverser aboutwhen to stop traversing, either a predefined evaluator such as {@link StopEvaluator#END_OF_GRAPH} or a custom-writtenevaluator
@param returnableEvaluator an evaluator instructing the new traverserabout whether a specific node should be returned from the traversal, either a predefined evaluator such as {@link ReturnableEvaluator#ALL} or a customer-writtenevaluator
@param relationshipType the relationship type that the traverser willtraverse along
@param direction the direction in which the relationships of typerelationshipType
will be traversed
@return a new traverser, configured as above
|
|
|
|
|
|