|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.neo4j.graphdb | |
---|---|
org.neo4j.graphdb | The graph database API used by Neo4j. |
org.neo4j.index | Provides indexing capabilities to the Neo4j graph. |
org.neo4j.index.lucene | An indexing implementation using Apache Lucene as backend. |
org.neo4j.index.timeline | A utility for indexing nodes ordered by a timestamp. |
org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
org.neo4j.remote | A tool for introspecting a running Neo4j Graph Database instance from a different process. |
org.neo4j.remote.transports | Transport protocol implementations for Remote Graph Database. |
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 . |
|
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. |
|
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.index | |
---|---|
Node
A node in the graph with properties and relationships to other entities. |
Classes in org.neo4j.graphdb used by org.neo4j.index.lucene | |
---|---|
GraphDatabaseService
The main access point to a running Neo4j instance. |
|
Node
A node in the graph with properties and relationships to other entities. |
Classes in org.neo4j.graphdb used by org.neo4j.index.timeline | |
---|---|
GraphDatabaseService
The main access point to a running Neo4j instance. |
|
Node
A node in the graph with properties and relationships to other entities. |
Classes in org.neo4j.graphdb used by org.neo4j.kernel | |
---|---|
GraphDatabaseService
The main access point to a running Neo4j instance. |
|
Node
A node in the graph with properties and relationships to other entities. |
|
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. |
|
Transaction
A programmatically handled transaction. |
Classes in org.neo4j.graphdb used by org.neo4j.remote | |
---|---|
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. |
|
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. |
|
Transaction
A programmatically handled transaction. |
Classes in org.neo4j.graphdb used by org.neo4j.remote.transports | |
---|---|
GraphDatabaseService
The main access point to a running Neo4j instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |