Uses of Interface
org.openrdf.model.Namespace

Packages that use Namespace
org.openrdf.model.impl Default implementations of the RDF model interfaces. 
org.openrdf.repository The Repository API: the main API for handling Sesame repositories. 
org.openrdf.repository.base   
org.openrdf.repository.sail Repository implementation for local storage backends. 
org.openrdf.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories. 
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations. 
org.openrdf.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. 
org.openrdf.sail.nativerdf Native RDF storage backend. 
org.openrdf.sail.rdbms   
org.openrdf.sail.rdbms.iteration   
org.openrdf.sail.rdbms.managers   
 

Uses of Namespace in org.openrdf.model.impl
 

Classes in org.openrdf.model.impl that implement Namespace
 class NamespaceImpl
          A default implementation of the Namespace interface.
 

Uses of Namespace in org.openrdf.repository
 

Methods in org.openrdf.repository that return types with arguments of type Namespace
 RepositoryResult<Namespace> RepositoryConnection.getNamespaces()
          Gets all declared namespaces as a RepositoryResult of Namespace objects.
 

Uses of Namespace in org.openrdf.repository.base
 

Methods in org.openrdf.repository.base that return types with arguments of type Namespace
 RepositoryResult<Namespace> RepositoryConnectionWrapper.getNamespaces()
           
 

Uses of Namespace in org.openrdf.repository.sail
 

Methods in org.openrdf.repository.sail that return types with arguments of type Namespace
 RepositoryResult<Namespace> SailRepositoryConnection.getNamespaces()
           
 

Uses of Namespace in org.openrdf.sail
 

Methods in org.openrdf.sail that return types with arguments of type Namespace
 CloseableIteration<? extends Namespace,SailException> SailConnection.getNamespaces()
          Gets the namespaces relevant to the data contained in this Sail object.
 

Uses of Namespace in org.openrdf.sail.helpers
 

Methods in org.openrdf.sail.helpers that return types with arguments of type Namespace
 CloseableIteration<? extends Namespace,SailException> SailConnectionWrapper.getNamespaces()
           
 CloseableIteration<? extends Namespace,SailException> SailConnectionBase.getNamespaces()
           
protected abstract  CloseableIteration<? extends Namespace,SailException> SailConnectionBase.getNamespacesInternal()
           
 

Uses of Namespace in org.openrdf.sail.memory
 

Methods in org.openrdf.sail.memory that return types with arguments of type Namespace
protected  CloseableIteration<? extends Namespace,SailException> MemoryStoreConnection.getNamespacesInternal()
           
 

Uses of Namespace in org.openrdf.sail.nativerdf
 

Methods in org.openrdf.sail.nativerdf that return types with arguments of type Namespace
protected  CloseableIteration<? extends Namespace,SailException> NativeStoreConnection.getNamespacesInternal()
           
 

Uses of Namespace in org.openrdf.sail.rdbms
 

Methods in org.openrdf.sail.rdbms that return types with arguments of type Namespace
protected  CloseableIteration<? extends Namespace,SailException> RdbmsConnection.getNamespacesInternal()
           
 

Uses of Namespace in org.openrdf.sail.rdbms.iteration
 

Constructor parameters in org.openrdf.sail.rdbms.iteration with type arguments of type Namespace
NamespaceIteration(java.util.Iterator<? extends Namespace> iter)
           
 

Uses of Namespace in org.openrdf.sail.rdbms.managers
 

Methods in org.openrdf.sail.rdbms.managers that return types with arguments of type Namespace
 java.util.Collection<? extends Namespace> NamespaceManager.getNamespacesWithPrefix()
           
 



Copyright © 2001-2010 Aduna. All Rights Reserved.