org.neo4j.examples.server.plugins
Class DepthTwo
java.lang.Object
org.neo4j.server.plugins.ServerPlugin
org.neo4j.examples.server.plugins.DepthTwo
public class DepthTwo
- extends org.neo4j.server.plugins.ServerPlugin
An extension performaing a predefined graph traversal
Methods inherited from class org.neo4j.server.plugins.ServerPlugin |
getDefaultExtensionPoints, loadServerExtender, toString |
DepthTwo
public DepthTwo()
nodesOnDepthTwo
public Iterable<org.neo4j.graphdb.Node> nodesOnDepthTwo(org.neo4j.graphdb.Node node)
relationshipsOnDepthTwo
public Iterable<org.neo4j.graphdb.Relationship> relationshipsOnDepthTwo(org.neo4j.graphdb.Node node)
pathsOnDepthTwo
public Iterable<org.neo4j.graphdb.Path> pathsOnDepthTwo(org.neo4j.graphdb.Node node)
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.