|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RdfSource | |
| org.openrdf.sesame.export | Functionality for extracting data from a repository. |
| org.openrdf.sesame.query | |
| org.openrdf.sesame.query.rdql | The RDQL query engine. |
| org.openrdf.sesame.query.serql | The SeRQL query engine. |
| org.openrdf.sesame.sail | RDF Storage And Inference Layer. |
| org.openrdf.sesame.sail.query | SAIL query object model. |
| org.openrdf.sesame.sailimpl.memory | An implementation of the RDF SAIL API that uses main memory for storage. |
| org.openrdf.sesame.sailimpl.nativerdf | |
| org.openrdf.sesame.sailimpl.omm.security | |
| org.openrdf.sesame.sailimpl.omm.versioning | |
| org.openrdf.sesame.sailimpl.rdbms | A generic SAIL implementation for relational databases. |
| org.openrdf.sesame.sailimpl.sync | Synchronization SAIL. |
| org.openrdf.sesame.server.http | Servlets handling the communication with Sesame over HTTP. |
| Uses of RdfSource in org.openrdf.sesame.export |
| Methods in org.openrdf.sesame.export with parameters of type RdfSource | |
void |
RdfExport.exportRdf(RdfSource rs,
RdfDocumentWriter rdfDocWriter,
boolean niceOutput)
Reads statements from the supplied RdfSource and reports these to the supplied RdfDocumentWriter. |
| Uses of RdfSource in org.openrdf.sesame.query |
| Methods in org.openrdf.sesame.query with parameters of type RdfSource | |
void |
TableQuery.optimize(RdfSource source)
|
void |
TableQuery.evaluate(RdfSource rdfSource,
TableQueryResultListener listener)
|
void |
GraphQuery.optimize(RdfSource source)
|
void |
GraphQuery.evaluate(RdfSource rdfSource,
GraphQueryResultListener listener)
Evaluates this Construct-From-Where query against the supplied RdfSource and reports the query results to the supplied GraphQueryResultListener. |
| Uses of RdfSource in org.openrdf.sesame.query.rdql |
| Constructors in org.openrdf.sesame.query.rdql with parameters of type RdfSource | |
RdqlEngine(RdfSource rdfSource)
Creates a new QueryEngine that will use the supplied RdfSource for retrieving the data. |
|
| Uses of RdfSource in org.openrdf.sesame.query.serql |
| Constructors in org.openrdf.sesame.query.serql with parameters of type RdfSource | |
SerqlEngine(RdfSource rdfSource)
Creates a new QueryEngine that will use the supplied RdfSource for retrieving the data. |
|
| Uses of RdfSource in org.openrdf.sesame.sail |
| Subinterfaces of RdfSource in org.openrdf.sesame.sail | |
interface |
RdfRepository
An extension of the read-only RdfSource interface that adds methods to add data to, and remove data from RDF repositories. |
interface |
RdfSchemaRepository
An extension of both RdfSchemaSource and RdfRepository. |
interface |
RdfSchemaSource
An extension of RdfSource offering RDF Schema specific methods. |
| Methods in org.openrdf.sesame.sail with parameters of type RdfSource | |
static boolean |
SailUtil.modelsEqual(RdfSource rdfSource1,
RdfSource rdfSource2)
Compares the models of two RdfSource objects and returns true if they are equal. |
static boolean |
SailUtil.isSubset(RdfSource rdfSource1,
RdfSource rdfSource2)
Compares the models of two RdfSource objects and returns true if rdfSource1 is a subset of rdfSource2. |
| Uses of RdfSource in org.openrdf.sesame.sail.query |
| Methods in org.openrdf.sesame.sail.query with parameters of type RdfSource | |
boolean |
ValueCompare.isTrue(RdfSource rdfSource)
|
void |
Union.evaluate(RdfSource rdfSource,
QueryAnswerListener listener)
|
void |
TriplePattern.initialize(RdfSource rdfSource)
|
boolean |
TriplePattern.selectNext(RdfSource rdfSource)
|
boolean |
StringCompare.isTrue(RdfSource rdfSource)
|
void |
Query.evaluate(RdfSource rdfSource,
QueryAnswerListener listener)
Evaluates the query on the data contained in the supplied RdfSource and reports the results to the supplied QueryAnswerListener. |
void |
PathExpression.initialize(RdfSource rdfSource)
Initializes the PathExpression. |
boolean |
PathExpression.selectNext(RdfSource rdfSource)
Selects the next path matching this path expression. |
boolean |
Or.isTrue(RdfSource rdfSource)
|
boolean |
Not.isTrue(RdfSource rdfSource)
|
void |
Minus.evaluate(RdfSource rdfSource,
QueryAnswerListener listener)
|
boolean |
Like.isTrue(RdfSource rdfSource)
Determines whether the two operands match according to the like operator. |
boolean |
IsURI.isTrue(RdfSource rdfSource)
Determines whether the operand (a variable) contains a URI. |
boolean |
IsResource.isTrue(RdfSource rdfSource)
Determines whether the operand (a variable) contains a Resource. |
boolean |
IsLiteral.isTrue(RdfSource rdfSource)
Determines whether the operand (a variable) contains a Literal. |
boolean |
IsBNode.isTrue(RdfSource rdfSource)
Determines whether the operand (a variable) contains a BNode. |
void |
Intersect.evaluate(RdfSource rdfSource,
QueryAnswerListener listener)
|
boolean |
In.isTrue(RdfSource rdfSource)
|
void |
GraphPatternQuery.evaluate(RdfSource rdfSource,
QueryAnswerListener listener)
|
boolean |
GraphPattern.findFirst(RdfSource rdfSource)
|
boolean |
GraphPattern.findNext(RdfSource rdfSource)
|
void |
GraphPattern.initialize(RdfSource rdfSource)
|
boolean |
GraphPattern.selectNext(RdfSource rdfSource)
|
boolean |
Exists.isTrue(RdfSource rdfSource)
|
boolean |
CompareAny.isTrue(RdfSource rdfSource)
|
boolean |
CompareAll.isTrue(RdfSource rdfSource)
|
boolean |
BooleanExpr.isTrue(RdfSource rdfSource)
Evaluates the boolean expression on the supplied RdfSource object. |
boolean |
BooleanConstant.isTrue(RdfSource rdfSource)
|
boolean |
And.isTrue(RdfSource rdfSource)
|
| Uses of RdfSource in org.openrdf.sesame.sailimpl.memory |
| Classes in org.openrdf.sesame.sailimpl.memory that implement RdfSource | |
class |
RdfRepository
An implementation of the RdfRepository interface extending the class org.openrdf.sesame.sail.memory.RdfSource with write-methods. |
class |
RdfSchemaRepository
An implementation of the RdfSchemaRepository interface extending the memory repository with Schema inferencing capabilities. |
class |
RdfSource
An implementation of the RdfSource interface from the RDF Sail API that stores its data in main memory and that can use a file for persistent storage. |
| Uses of RdfSource in org.openrdf.sesame.sailimpl.nativerdf |
| Classes in org.openrdf.sesame.sailimpl.nativerdf that implement RdfSource | |
class |
NativeRdfRepository
An implementation of the RdfRepository interface from the RDF Sail API that stores its data in, and queries it from files on disk. |
| Uses of RdfSource in org.openrdf.sesame.sailimpl.omm.security |
| Classes in org.openrdf.sesame.sailimpl.omm.security that implement RdfSource | |
class |
SecuritySail
SecuritySail.java Title: Knowledge Control System Company: OntoText Lab. |
| Uses of RdfSource in org.openrdf.sesame.sailimpl.omm.versioning |
| Classes in org.openrdf.sesame.sailimpl.omm.versioning that implement RdfSource | |
class |
VersioningRdbmsSail
Title: Description: Copyright: Copyright (c) 2003 Company: |
| Uses of RdfSource in org.openrdf.sesame.sailimpl.rdbms |
| Methods in org.openrdf.sesame.sailimpl.rdbms with parameters of type RdfSource | |
void |
RdbmsPathExpression.initialize(RdfSource rdfSource)
|
boolean |
RdbmsPathExpression.selectNext(RdfSource rdfSource)
|
| Uses of RdfSource in org.openrdf.sesame.sailimpl.sync |
| Classes in org.openrdf.sesame.sailimpl.sync that implement RdfSource | |
class |
SyncRdfRepository
|
class |
SyncRdfSchemaRepository
|
| Uses of RdfSource in org.openrdf.sesame.server.http |
| Methods in org.openrdf.sesame.server.http with parameters of type RdfSource | |
static String |
RdfExplorerUtil.getLabelForResource(Resource resource,
RdfSource rdfSource)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||