org.openrdf.sesame.sail
Interface RdfSchemaRepository

All Superinterfaces:
RdfRepository, RdfSchemaSource, RdfSource, Sail
All Known Implementing Classes:
RdfSchemaRepository, RdfSchemaRepository, SecuritySail, SyncRdfSchemaRepository

public interface RdfSchemaRepository
extends RdfSchemaSource, RdfRepository

An extension of both RdfSchemaSource and RdfRepository. An implemenation of this interface can be used as a repository for storing and querying RDF Schema data.

Version:
$Revision: 1.3.4.2 $
Author:
Arjohn Kampman

Methods inherited from interface org.openrdf.sesame.sail.RdfSchemaSource
getClasses, getDirectSubClassOf, getDirectSubPropertyOf, getDirectType, getDomain, getExplicitStatements, getLiterals, getProperties, getRange, getSubClassOf, getSubPropertyOf, getType, hasExplicitStatement, isClass, isDirectSubClassOf, isDirectSubPropertyOf, isDirectType, isProperty, isSubClassOf, isSubPropertyOf, isType
 
Methods inherited from interface org.openrdf.sesame.sail.RdfSource
getNamespaces, getStatements, getValueFactory, hasStatement, optimizeQuery
 
Methods inherited from interface org.openrdf.sesame.sail.Sail
initialize, shutDown
 
Methods inherited from interface org.openrdf.sesame.sail.RdfRepository
addListener, addStatement, changeNamespacePrefix, clearRepository, commitTransaction, removeListener, removeStatements, startTransaction, transactionStarted
 



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