|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of StopEvaluator in org.neo4j.api.core |
|---|
| Fields in org.neo4j.api.core declared as StopEvaluator | |
|---|---|
static StopEvaluator |
StopEvaluator.DEPTH_ONE
Traverses to depth 1. |
static StopEvaluator |
StopEvaluator.END_OF_NETWORK
Traverser until the end of network, this evaluator returns false all the time. |
| Methods in org.neo4j.api.core with parameters of type StopEvaluator | |
|---|---|
Traverser |
Node.traverse(Traverser.Order traversalOrder,
StopEvaluator stopEvaluator,
ReturnableEvaluator returnableEvaluator,
Object... relationshipTypesAndDirections)
Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the specified relationship type and direction pairs. |
Traverser |
Node.traverse(Traverser.Order traversalOrder,
StopEvaluator stopEvaluator,
ReturnableEvaluator returnableEvaluator,
RelationshipType relationshipType,
Direction direction)
Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the specified relationship type and direction. |
Traverser |
Node.traverse(Traverser.Order traversalOrder,
StopEvaluator stopEvaluator,
ReturnableEvaluator returnableEvaluator,
RelationshipType firstRelationshipType,
Direction firstDirection,
RelationshipType secondRelationshipType,
Direction secondDirection)
Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the two specified relationship type and direction pairs. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||