Package org.neo4j.api.core

Interface Summary
NeoService The main access point to a running Neo instance.
Node A node in the network with properties and relationships to other entities.
Relationship A relationship between two nodes in the network.
RelationshipType A relationship type is a mandatory property on all relationships that 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.
TraversalPosition Encapsulates information about the current traversal position.
Traverser A traversal in the node space.
 

Class Summary
EmbeddedNeo An implementation of NeoService that is used to embed Neo in an application.
Transaction A utility class to manage transactions in Neo.
 

Enum Summary
Direction Defines relationship directions used to when getting relationships from a node or when creating traversers.
Traverser.Order Defines a traversal order as used by the traversal framework.
 



Copyright © 2007 Neo4j. All Rights Reserved.