Class NeighborsFinder


  • public class NeighborsFinder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NeighborsFinder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.neo4j.graphdb.Node> findCommonNeighbors​(org.neo4j.graphdb.Node node1, org.neo4j.graphdb.Node node2, org.neo4j.graphdb.RelationshipType relationshipType, org.neo4j.graphdb.Direction direction)  
      java.util.Set<org.neo4j.graphdb.Node> findNeighbors​(org.neo4j.graphdb.Node node1, org.neo4j.graphdb.Node node2, org.neo4j.graphdb.RelationshipType relationshipType, org.neo4j.graphdb.Direction direction)  
      java.util.Set<org.neo4j.graphdb.Node> findNeighbors​(org.neo4j.graphdb.Node node, org.neo4j.graphdb.RelationshipType relationshipType, org.neo4j.graphdb.Direction direction)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NeighborsFinder

        public NeighborsFinder()
    • Method Detail

      • findCommonNeighbors

        public java.util.Set<org.neo4j.graphdb.Node> findCommonNeighbors​(org.neo4j.graphdb.Node node1,
                                                                         org.neo4j.graphdb.Node node2,
                                                                         org.neo4j.graphdb.RelationshipType relationshipType,
                                                                         org.neo4j.graphdb.Direction direction)
      • findNeighbors

        public java.util.Set<org.neo4j.graphdb.Node> findNeighbors​(org.neo4j.graphdb.Node node1,
                                                                   org.neo4j.graphdb.Node node2,
                                                                   org.neo4j.graphdb.RelationshipType relationshipType,
                                                                   org.neo4j.graphdb.Direction direction)
      • findNeighbors

        public java.util.Set<org.neo4j.graphdb.Node> findNeighbors​(org.neo4j.graphdb.Node node,
                                                                   org.neo4j.graphdb.RelationshipType relationshipType,
                                                                   org.neo4j.graphdb.Direction direction)