The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ODO::Graph::Simple - Simple graph implementation

SYNOPSIS

 use ODO::Graph::Simple;

 # Create an ODO::Graph::Simple object backed by memory
 my $graph = ODO::Graph::Simple->Memory();

DESCRIPTION

This a very simple implementation of ODO's graph inteface (see ODO::Graph) that defers to the underlying storage mechanism to execute the caller's request.

METHODS

add( )
remove( )
clear( )
size( )
query( )
contains( )
intersection( )
union( )

SEE ALSO

ODO::Graph::Storage, ODO::Statement, ODO::Query, ODO::Query::Simple, ODO::Query::RDQL

COPYRIGHT

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