com.hp.hpl.mesa.rdf.jena.common
Interface StoreFactory

All Known Implementing Classes:
StoreBdbF

public interface StoreFactory

Version:
$Revision: 1.1 $ $Date: 2001/09/23 18:16:55 $
Author:
bwm

Method Summary
 Store createStore(Model m)
          Create a new RDF store
 

Method Detail

createStore

public Store createStore(Model m)
                  throws RDFException
Create a new RDF store
Parameters:
m - The model that owns the store
Returns:
the newly created store


Copyright © 2001 Hewlett-Packard. All Rights Reserved.