org.neo4j.examples.server.plugins
Class ShortestPath
java.lang.Object
org.neo4j.server.plugins.ServerPlugin
org.neo4j.examples.server.plugins.ShortestPath
public class ShortestPath
- extends org.neo4j.server.plugins.ServerPlugin
Methods inherited from class org.neo4j.server.plugins.ServerPlugin |
getDefaultExtensionPoints, loadServerExtender, toString |
ShortestPath
public ShortestPath()
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.