Uses of Package
org.neo4j.graphdb

Packages that use org.neo4j.graphdb
org.neo4j.backup   
org.neo4j.com   
org.neo4j.cypher.javacompat Execute Cypher queries from Java code. 
org.neo4j.graphalgo Scalable graph algorithms like shortest path and others for Neo4j which can be easily accessed via GraphAlgoFactory
org.neo4j.graphalgo.impl.centrality Centrality graph algorithms which are allright to use, but doesn't scale to bigger graphs. 
org.neo4j.graphalgo.impl.path   
org.neo4j.graphalgo.impl.shortestpath Package containing older implementations of Dijkstra and shortest path, where the ones in GraphAlgoFactory would be a better option. 
org.neo4j.graphalgo.impl.util   
org.neo4j.graphdb The graph database API used by Neo4j. 
org.neo4j.graphdb.event Event framework. 
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
org.neo4j.graphdb.traversal Traversal framework. 
org.neo4j.graphmatching Facilities for finding occurrences of patterns in a Neo4j graph. 
org.neo4j.index.impl.lucene An indexing implementation using Apache Lucene as backend. 
org.neo4j.index.lucene Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.kernel.ha.zookeeper   
org.neo4j.kernel.impl.batchinsert   
org.neo4j.kernel.impl.core   
org.neo4j.kernel.impl.index   
org.neo4j.kernel.impl.transaction   
org.neo4j.kernel.impl.traversal   
org.neo4j.kernel.impl.util   
org.neo4j.tooling.wrap   
 

Classes in org.neo4j.graphdb used by org.neo4j.backup
GraphDatabaseService
          The main access point to a running Neo4j instance.
 

Classes in org.neo4j.graphdb used by org.neo4j.com
GraphDatabaseService
          The main access point to a running Neo4j instance.
 

Classes in org.neo4j.graphdb used by org.neo4j.cypher.javacompat
GraphDatabaseService
          The main access point to a running Neo4j instance.
 

Classes in org.neo4j.graphdb used by org.neo4j.graphalgo
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
Node
          A node in the graph with properties and relationships to other entities.
Path
          Represents a path in the graph.
Relationship
          A relationship between two nodes in the graph.
RelationshipExpander
          An expander of relationships.
 

Classes in org.neo4j.graphdb used by org.neo4j.graphalgo.impl.centrality
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
Node
          A node in the graph with properties and relationships to other entities.
Relationship
          A relationship between two nodes in the graph.
 

Classes in org.neo4j.graphdb used by org.neo4j.graphalgo.impl.path
Node
          A node in the graph with properties and relationships to other entities.
Path
          Represents a path in the graph.
RelationshipExpander
          An expander of relationships.
 

Classes in org.neo4j.graphdb used by org.neo4j.graphalgo.impl.shortestpath
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
Node
          A node in the graph with properties and relationships to other entities.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
Relationship
          A relationship between two nodes in the graph.
RelationshipType
          A relationship type is mandatory on all relationships and is used to navigate the node space.
 

Classes in org.neo4j.graphdb used by org.neo4j.graphalgo.impl.util
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
Node
          A node in the graph with properties and relationships to other entities.
Path
          Represents a path in the graph.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
Relationship
          A relationship between two nodes in the graph.
 

Classes in org.neo4j.graphdb used by org.neo4j.graphdb
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
DynamicRelationshipType
          A dynamically instantiated and named RelationshipType.
Expander
          This interface is an extension of the RelationshipExpander interface that makes it possible to build customized versions of an Expander.
GraphDatabaseService
          The main access point to a running Neo4j instance.
Node
          A node in the graph with properties and relationships to other entities.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
Relationship
          A relationship between two nodes in the graph.
RelationshipExpander
          An expander of relationships.
RelationshipType
          A relationship type is mandatory on all relationships and is used to navigate the node space.
ReturnableEvaluator
          A client hook for evaluating whether a specific node should be returned from a traverser.
StopEvaluator
          A client hook for evaluating whether the traverser should traverse beyond a specific node.
Transaction
          A programmatically handled transaction.
TraversalPosition
          Encapsulates information about the current traversal position.
Traverser
          A traversal in the node space.
Traverser.Order
          Defines a traversal order as used by the traversal framework.
 

Classes in org.neo4j.graphdb used by org.neo4j.graphdb.event
Node
          A node in the graph with properties and relationships to other entities.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
Relationship
          A relationship between two nodes in the graph.
 

Classes in org.neo4j.graphdb used by org.neo4j.graphdb.index
GraphDatabaseService
          The main access point to a running Neo4j instance.
Node
          A node in the graph with properties and relationships to other entities.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
Relationship
          A relationship between two nodes in the graph.
 

Classes in org.neo4j.graphdb used by org.neo4j.graphdb.traversal
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
Node
          A node in the graph with properties and relationships to other entities.
Path
          Represents a path in the graph.
Relationship
          A relationship between two nodes in the graph.
RelationshipExpander
          An expander of relationships.
RelationshipType
          A relationship type is mandatory on all relationships and is used to navigate the node space.
 

Classes in org.neo4j.graphdb used by org.neo4j.graphmatching
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
Node
          A node in the graph with properties and relationships to other entities.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
Relationship
          A relationship between two nodes in the graph.
RelationshipType
          A relationship type is mandatory on all relationships and is used to navigate the node space.
 

Classes in org.neo4j.graphdb used by org.neo4j.index.impl.lucene
GraphDatabaseService
          The main access point to a running Neo4j instance.
Node
          A node in the graph with properties and relationships to other entities.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
 

Classes in org.neo4j.graphdb used by org.neo4j.index.lucene
GraphDatabaseService
          The main access point to a running Neo4j instance.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
 

Classes in org.neo4j.graphdb used by org.neo4j.kernel
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
Expander
          This interface is an extension of the RelationshipExpander interface that makes it possible to build customized versions of an Expander.
GraphDatabaseService
          The main access point to a running Neo4j instance.
Node
          A node in the graph with properties and relationships to other entities.
Path
          Represents a path in the graph.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
Relationship
          A relationship between two nodes in the graph.
RelationshipExpander
          An expander of relationships.
RelationshipType
          A relationship type is mandatory on all relationships and is used to navigate the node space.
Transaction
          A programmatically handled transaction.
 

Classes in org.neo4j.graphdb used by org.neo4j.kernel.ha
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
GraphDatabaseService
          The main access point to a running Neo4j instance.
Node
          A node in the graph with properties and relationships to other entities.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
Relationship
          A relationship between two nodes in the graph.
RelationshipType
          A relationship type is mandatory on all relationships and is used to navigate the node space.
ReturnableEvaluator
          A client hook for evaluating whether a specific node should be returned from a traverser.
StopEvaluator
          A client hook for evaluating whether the traverser should traverse beyond a specific node.
Traverser
          A traversal in the node space.
Traverser.Order
          Defines a traversal order as used by the traversal framework.
 

Classes in org.neo4j.graphdb used by org.neo4j.kernel.ha.zookeeper
GraphDatabaseService
          The main access point to a running Neo4j instance.
 

Classes in org.neo4j.graphdb used by org.neo4j.kernel.impl.batchinsert
GraphDatabaseService
          The main access point to a running Neo4j instance.
RelationshipType
          A relationship type is mandatory on all relationships and is used to navigate the node space.
 

Classes in org.neo4j.graphdb used by org.neo4j.kernel.impl.core
GraphDatabaseService
          The main access point to a running Neo4j instance.
Node
          A node in the graph with properties and relationships to other entities.
NotFoundException
          This exception will be thrown if a request is made to a node, relationship or property that does not exist.
NotInTransactionException
          An exception that is thrown whenever an API operation that requires a transaction is executed but no transaction is running.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
Relationship
          A relationship between two nodes in the graph.
RelationshipType
          A relationship type is mandatory on all relationships and is used to navigate the node space.
 

Classes in org.neo4j.graphdb used by org.neo4j.kernel.impl.index
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
 

Classes in org.neo4j.graphdb used by org.neo4j.kernel.impl.transaction
GraphDatabaseService
          The main access point to a running Neo4j instance.
 

Classes in org.neo4j.graphdb used by org.neo4j.kernel.impl.traversal
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
Node
          A node in the graph with properties and relationships to other entities.
Path
          Represents a path in the graph.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
Relationship
          A relationship between two nodes in the graph.
RelationshipExpander
          An expander of relationships.
RelationshipType
          A relationship type is mandatory on all relationships and is used to navigate the node space.
ReturnableEvaluator
          A client hook for evaluating whether a specific node should be returned from a traverser.
StopEvaluator
          A client hook for evaluating whether the traverser should traverse beyond a specific node.
Traverser
          A traversal in the node space.
Traverser.Order
          Defines a traversal order as used by the traversal framework.
 

Classes in org.neo4j.graphdb used by org.neo4j.kernel.impl.util
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
 

Classes in org.neo4j.graphdb used by org.neo4j.tooling.wrap
Direction
          Defines relationship directions used when getting relationships from a node or when creating traversers.
GraphDatabaseService
          The main access point to a running Neo4j instance.
Node
          A node in the graph with properties and relationships to other entities.
PropertyContainer
          Defines a common API for handling properties on both nodes and relationships.
Relationship
          A relationship between two nodes in the graph.
RelationshipType
          A relationship type is mandatory on all relationships and is used to navigate the node space.
ReturnableEvaluator
          A client hook for evaluating whether a specific node should be returned from a traverser.
StopEvaluator
          A client hook for evaluating whether the traverser should traverse beyond a specific node.
Traverser
          A traversal in the node space.
Traverser.Order
          Defines a traversal order as used by the traversal framework.
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.