| Batch |
A set of operations expected to succeed (or fail) atomically |
| Client |
Point of interaction between client and neo4j server |
| Command |
Abstract the parameters needed to make a request and parse the response |
| EntityMapper |
Used to convert arbitrary arrays into Nodes and Relationships
where appropriate. |
| Exception |
|
| Geoff |
Implementation of GEOFF - Graph Export Object File Format
From http://py2neo.org/geoff
Available at http://github.com/nigelsmall/py2neo |
| Index |
Represents an index in the database |
| Node |
Represents a single node in the database |
| Pager |
Holds the parameters for running a paged traversal |
| Path |
Represents collection of relationships joining two nodes |
| PathFinder |
Holds the parameters for finding a path between two nodes |
| PropertyContainer |
Represents an entity that is a collection of properties |
| Relationship |
Represents a relationship between two nodes |
| Transport |
Class for communicating with an HTTP JSON endpoint |
| Traversal |
Holds the parameters for running a traversal |