
REST::Neo4p::Entity - Base class for Neo4j entities

Not intended to be used directly. Use subclasses REST::Neo4p::Node, REST::Neo4p::Relationship and REST::Neo4p::Node instead.

REST::Neo4p::Entity is the base class for the node,
relationship and index classes which should be used directly.
The base class encapsulates most of the REST::Neo4p::Agent calls to the Neo4j server,
converts JSON responses to Perl references,
acknowledges errors,
and maintains the main object table.

REST::Neo4p, REST::Neo4p::Node, REST::Neo4p::Relationship, REST::Neo4p::Index.

Mark A. Jensen
CPAN ID: MAJENSEN
majensen -at- cpan -dot- org

Copyright (c) 2012 Mark A. Jensen. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.