|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Traverser.Order | |
|---|---|
| org.neo4j.graphdb | The core graph database API. |
| Uses of Traverser.Order in org.neo4j.graphdb |
|---|
| Methods in org.neo4j.graphdb that return Traverser.Order | |
|---|---|
static Traverser.Order |
Traverser.Order.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Traverser.Order[] |
Traverser.Order.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.neo4j.graphdb with parameters of type Traverser.Order | |
|---|---|
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 behaviors 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 Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||