org.neo4j.kernel
Class PathDescription
java.lang.Object
org.neo4j.kernel.PathDescription
public class PathDescription
- extends Object
Experimental and very crude utility for building a slightly more powerful
expander to use in a traversal.
- Author:
- Mattias Persson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathDescription
public PathDescription()
step
public PathDescription step(RelationshipType type)
step
public PathDescription step(RelationshipType type,
Direction direction)
step
public PathDescription step(Expander expander)
build
public PathExpander build()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.