Uses of Class
org.openrdf.sesame.repository.local.LocalRepository

Packages that use LocalRepository
org.openrdf.model.impl Implementations of the RDF model interfaces. 
org.openrdf.sesame.repository.local Implementations of the repository API for local Sesame repositories. 
 

Uses of LocalRepository in org.openrdf.model.impl
 

Constructors in org.openrdf.model.impl with parameters of type LocalRepository
GraphImpl(LocalRepository repository)
          Creates a new GraphImpl that uses the supplied LocalRepository as storage backend.
 

Uses of LocalRepository in org.openrdf.sesame.repository.local
 

Methods in org.openrdf.sesame.repository.local that return LocalRepository
 LocalRepository LocalService.createRepository(RepositoryConfig repConfig)
          Adds a new repository definition to this LocalService and creates a SesameRepository object for it.
 LocalRepository LocalService.createRepository(String repositoryId, boolean inferencing)
          Adds a new repository with the supplied ID to this LocalService and creates a LocalRepository object for it.
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.