org.neo4j.kernel
Class PathDescription

java.lang.Object
  extended by 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

Constructor Summary
PathDescription()
           
 
Method Summary
 PathExpander build()
           
 PathDescription step(Expander expander)
           
 PathDescription step(RelationshipType type)
           
 PathDescription step(RelationshipType type, Direction direction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathDescription

public PathDescription()
Method Detail

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.