org.neo4j.examples.orderedpath
Class OrderedPath

java.lang.Object
  extended by org.neo4j.examples.orderedpath.OrderedPath

public class OrderedPath
extends Object


Constructor Summary
OrderedPath(org.neo4j.graphdb.GraphDatabaseService db)
           
 
Method Summary
 org.neo4j.graphdb.Node createTheGraph()
           
 org.neo4j.graphdb.traversal.TraversalDescription findPaths()
           
static void main(String[] args)
           
 void shutdownGraph()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderedPath

public OrderedPath(org.neo4j.graphdb.GraphDatabaseService db)
Method Detail

main

public static void main(String[] args)

createTheGraph

public org.neo4j.graphdb.Node createTheGraph()

shutdownGraph

public void shutdownGraph()

findPaths

public org.neo4j.graphdb.traversal.TraversalDescription findPaths()


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.