Franz Inc, AllegroGraph

com.franz.agraph.repository
Interface AGAbstractRepository

All Superinterfaces:
Closeable, Repository
All Known Implementing Classes:
AGRepository, AGVirtualRepository

public interface AGAbstractRepository
extends Repository, Closeable


Method Summary
 AGCatalog getCatalog()
           
 AGRepositoryConnection getConnection()
           
 String getSpec()
           
 AGValueFactory getValueFactory()
           
 
Methods inherited from interface org.openrdf.repository.Repository
getDataDir, initialize, 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 Repository

getConnection

AGRepositoryConnection getConnection()
                                     throws RepositoryException
Specified by:
getConnection in interface Repository
Throws:
RepositoryException

getCatalog

AGCatalog getCatalog()

Copyright © 2008-2010 Franz Inc.