RDF::Core::Storage::Memory - An in-memory implementation of RDF::Core::Storage


RDF-Core documentation  | view source Contained in the RDF-Core distribution.

Index


NAME

Top

RDF::Core::Storage::Memory - An in-memory implementation of RDF::Core::Storage

SYNOPSIS

Top

  require RDF::Core::Storage::Memory;

  my $storage = new RDF::Core::Storage::Memory;
  my $model = new RDF::Core::Model (Storage => $storage);




DESCRIPTION

Top

Interface

* new

The constructor creates an empty storage in memory. It has no parameters.

The rest of the interface is described in RDF::Core::Storage.

LICENSE

Top

This package is subject to the MPL (or the GPL alternatively).

AUTHOR

Top

Ginger Alliance, rdf@gingerall.cz

SEE ALSO

Top

RDF::Core::Storage, RDF::Core::Model, RDF::Core::Enumerator


RDF-Core documentation  | view source Contained in the RDF-Core distribution.