public abstract class Walker extends Object
| Constructor and Description |
|---|
Walker() |
| Modifier and Type | Method and Description |
|---|---|
abstract <R,E extends Throwable> |
accept(Visitor<R,E> visitor) |
static Walker |
crosscut(Iterable<org.neo4j.graphdb.Node> traverser,
org.neo4j.graphdb.RelationshipType... types) |
static Walker |
fullGraph(org.neo4j.graphdb.GraphDatabaseService graphDb) |
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.