Uses of Interface
org.neo4j.kernel.Traversal.PathDescriptor

Packages that use Traversal.PathDescriptor
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of Traversal.PathDescriptor in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement Traversal.PathDescriptor
static class Traversal.DefaultPathDescriptor<T extends Path>
          The default Traversal.PathDescriptor used in common toString() representations in classes implementing Path.
 

Methods in org.neo4j.kernel with parameters of type Traversal.PathDescriptor
static
<T extends Path>
String
Traversal.pathToString(T path, Traversal.PathDescriptor<T> builder)
          Method for building a string representation of a Path, using the given builder.
 



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.