|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StopEvaluator | |
---|---|
org.neo4j.graphdb | The graph database API used by Neo4j. |
Uses of StopEvaluator in org.neo4j.graphdb |
---|
Fields in org.neo4j.graphdb declared as StopEvaluator | |
---|---|
static StopEvaluator |
StopEvaluator.DEPTH_ONE
Deprecated. Traverses to depth 1. |
static StopEvaluator |
StopEvaluator.END_OF_GRAPH
Deprecated. Traverse until the end of the graph. |
Methods in org.neo4j.graphdb with parameters of type StopEvaluator | |
---|---|
Traverser |
Node.traverse(Traverser.Order traversalOrder,
StopEvaluator stopEvaluator,
ReturnableEvaluator returnableEvaluator,
Object... relationshipTypesAndDirections)
Deprecated. because of an unnatural and too tight coupling with Node . Also because of the introduction of a new traversal
framework. The new way of doing traversals is by creating a
new TraversalDescription from
Traversal#traversal() , add rules and
behaviours to it and then calling
TraversalDescription.traverse(Node...) |
Traverser |
Node.traverse(Traverser.Order traversalOrder,
StopEvaluator stopEvaluator,
ReturnableEvaluator returnableEvaluator,
RelationshipType relationshipType,
Direction direction)
Deprecated. because of an unnatural and too tight coupling with Node . Also because of the introduction of a new traversal
framework. The new way of doing traversals is by creating a
new TraversalDescription from
Traversal#traversal() , add rules and
behaviours to it and then calling
TraversalDescription.traverse(Node...) |
Traverser |
Node.traverse(Traverser.Order traversalOrder,
StopEvaluator stopEvaluator,
ReturnableEvaluator returnableEvaluator,
RelationshipType firstRelationshipType,
Direction firstDirection,
RelationshipType secondRelationshipType,
Direction secondDirection)
Deprecated. because of an unnatural and too tight coupling with Node . Also because of the introduction of a new traversal
framework. The new way of doing traversals is by creating a
new TraversalDescription from
Traversal#traversal() , add rules and
behaviours to it and then calling
TraversalDescription.traverse(Node...) |
|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |