org.neo4j.examples.server.plugins
Class DepthTwo

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

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

An extension performaing a predefined graph traversal


Constructor Summary
DepthTwo()
           
 
Method Summary
 Iterable<org.neo4j.graphdb.Node> nodesOnDepthTwo(org.neo4j.graphdb.Node node)
           
 Iterable<org.neo4j.graphdb.Path> pathsOnDepthTwo(org.neo4j.graphdb.Node node)
           
 Iterable<org.neo4j.graphdb.Relationship> relationshipsOnDepthTwo(org.neo4j.graphdb.Node node)
           
 
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

DepthTwo

public DepthTwo()
Method Detail

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.