BasicPattern |
A class whose purpose is to give a name to a collection of triples.
|
DatasetChangesBatched |
Deprecated.
|
DatasetChangesCapture |
Deprecated.
|
DatasetChangesCounter |
Deprecated.
|
DatasetDescription |
|
DatasetGraphBase |
DatasetGraph framework : readonly dataset need only provide find(g,s,p,o), getGraph() and getDefaultGraph()
although it may wish to override other operations and do better.
|
DatasetGraphBaseFind |
DatasetGraph framework.
|
DatasetGraphCollection |
Base class for implementations of a DatasetGraph as a set of graphs.
|
DatasetGraphFactory |
|
DatasetGraphFilteredView |
A read-only DatasetGraph that applies a filter testing all triples and quads
returned by accessing the data.
|
DatasetGraphMap |
Implementation of a DatasetGraph as an extensible set of graphs.
|
DatasetGraphMapLink |
Implementation of a DatasetGraph as an extensible set of graphs where graphs are held by reference.
|
DatasetGraphMonitor |
Deprecated.
|
DatasetGraphNull |
|
DatasetGraphOne |
DatasetGraph of a single graph as default graph.
|
DatasetGraphQuads |
A DatasetGraph base class for pure quad-centric storage.
|
DatasetGraphReadOnly |
Read-only view of a DatasetGraph.
|
DatasetGraphSink |
An always empty DatasetGraph that accepts changes but ignores them.
|
DatasetGraphTriplesQuads |
A DatasetGraph base class for triples+quads storage.
|
DatasetGraphViewGraphs |
|
DatasetGraphWrapper |
|
DatasetGraphZero |
|
DatasetImpl |
An implementation of a Dataset.
|
DatasetOne |
A dataset that just hold a single model as the default graph.
|
DynamicDatasets |
|
DynamicDatasets.DynamicDatasetGraph |
|
GraphView |
Implement a Graph as a view of the DatasetGraph.
|
Match |
Match triples, quads, with wioldcar rules (null or Node.ANY are wildcards).
|
NamedGraphWrapper |
Add a name to a graph.
|
PathBlock |
A class whose purpose is to give a name to a collection of triple paths.
|
Prologue |
Prologue - combines with PrefixMapping (the RIOT Prologue uses PrefixMap)
|
Quad |
|
QuadPattern |
A class whose purpose is to give a name to a collection of quads
|
QueryCompare |
|
QueryHashCode |
|
QuerySolutionBase |
Implementation of QuerySolution that contains the canonicalization and casting code.
|
ResultBinding |
A mapping from variable name to an RDF value.
|
Substitute |
|
TransactionalLock |
An implementation of Transactional that provides MRSW locking but no abort.
|
TransactionalNotSupported |
Implementation for "un-Transactional" interface.
|
TransactionalNull |
|
TransactionHandlerView |
A graph TransactionHandler that for a graph view of a DatasetGraph
|
TriplePath |
Like a triple except it can be a path or a triple.
|
TxnDataset2Graph |
A Transactional that passes the transaction operations down to transactions on
independent graphs.
|
Var |
A SPARQL variable
|
VarAlloc |
Allocate variables
|
VarExprList |
|
Vars |
Useful operations involving Var
|