|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BranchOrderingPolicy | |
|---|---|
| org.neo4j.graphdb.traversal | Traversal framework. |
| org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
| Uses of BranchOrderingPolicy in org.neo4j.graphdb.traversal |
|---|
| Methods in org.neo4j.graphdb.traversal with parameters of type BranchOrderingPolicy | |
|---|---|
TraversalDescription |
TraversalDescription.order(BranchOrderingPolicy selector)
Sets the BranchOrderingPolicy to use. |
| Uses of BranchOrderingPolicy in org.neo4j.kernel |
|---|
| Classes in org.neo4j.kernel that implement BranchOrderingPolicy | |
|---|---|
class |
CommonBranchOrdering
|
| Methods in org.neo4j.kernel that return BranchOrderingPolicy | |
|---|---|
static BranchOrderingPolicy |
Traversal.postorderBreadthFirst()
Returns a "postorder breadth first" ordering policy. |
static BranchOrderingPolicy |
Traversal.postorderDepthFirst()
Returns a "postorder depth first" ordering policy. |
static BranchOrderingPolicy |
Traversal.preorderBreadthFirst()
Returns a "preorder breadth first" ordering policy. |
static BranchOrderingPolicy |
Traversal.preorderDepthFirst()
Returns a "preorder depth first" ordering policy. |
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||