|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Traverser.Order | |
---|---|
org.neo4j.graphdb | The graph database API used by Neo4j. |
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)
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. |
|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |