ODO::Graph::Simple - Simple graph implementation
use ODO::Graph::Simple;
# Create an ODO::Graph::Simple object backed by memory my $graph = ODO::Graph::Simple->Memory();
This a very simple implementation of ODO's graph inteface (see the ODO::Graph manpage) that defers to the underlying storage mechanism to execute the caller's request.
the ODO::Graph::Storage manpage, the ODO::Statement manpage, the ODO::Query manpage, the ODO::Query::Simple manpage, the ODO::Query::RDQL manpage
Copyright (c) 2006 IBM Corporation.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html