org.neo4j.examples.server.plugins
Class ShortestPath

java.lang.Object
  extended by org.neo4j.server.plugins.ServerPlugin
      extended by org.neo4j.examples.server.plugins.ShortestPath

public class ShortestPath
extends org.neo4j.server.plugins.ServerPlugin


Constructor Summary
ShortestPath()
           
 
Method Summary
 Iterable<org.neo4j.graphdb.Path> shortestPath(org.neo4j.graphdb.Node source, org.neo4j.graphdb.Node target, String[] types, Integer depth)
           
 
Methods inherited from class org.neo4j.server.plugins.ServerPlugin
getDefaultExtensionPoints, loadServerExtender, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShortestPath

public ShortestPath()
Method Detail

shortestPath

public Iterable<org.neo4j.graphdb.Path> shortestPath(org.neo4j.graphdb.Node source,
                                                     org.neo4j.graphdb.Node target,
                                                     String[] types,
                                                     Integer depth)


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