Franz Inc, AllegroGraph

com.franz.agraph.repository
Interface AGAbstractRepository

All Superinterfaces:
Closeable, org.openrdf.repository.Repository
All Known Implementing Classes:
AGRepository, AGVirtualRepository

public interface AGAbstractRepository
extends org.openrdf.repository.Repository, Closeable


Method Summary
 AGCatalog getCatalog()
           
 AGRepositoryConnection getConnection()
           
 String getSpec()
           
 AGValueFactory getValueFactory()
           
 
Methods inherited from interface org.openrdf.repository.Repository
getDataDir, initialize, isInitialized, isWritable, setDataDir, shutDown
 
Methods inherited from interface com.franz.util.Closeable
close
 

Method Detail

getSpec

String getSpec()

getValueFactory

AGValueFactory getValueFactory()
Specified by:
getValueFactory in interface org.openrdf.repository.Repository

getConnection

AGRepositoryConnection getConnection()
                                     throws org.openrdf.repository.RepositoryException
Specified by:
getConnection in interface org.openrdf.repository.Repository
Throws:
org.openrdf.repository.RepositoryException

getCatalog

AGCatalog getCatalog()

Copyright © 2008-2012 Franz Inc.