|
Class Summary |
| ArrayListGraphImpl |
|
| CloseableGraphQueryResult |
Auto-closing tuple query result. |
| CloseableTupleQueryResult |
Auto-closing tuple query result. |
| CompoundCloseableIteration<T,E extends Exception> |
A CloseableIteration which wraps an ordered collection of other
CloseableIterations. |
| ContextInsensitiveStatementComparator |
Implements a Comparator for OpenRDF Statements
using the order Subject->Predicate->Object |
| DumpFileGenerator |
Author: josh
Date: Feb 26, 2008
Time: 5:55:30 PM |
| EmptyCloseableIteration<T,E extends Exception> |
|
| Formatting |
Author: josh
Date: Mar 31, 2008
Time: 10:46:26 AM |
| MultiStackableSail |
A StackableSail which allows multiple Sails to be stacked upon the same base
Sail (avoiding re-initialization of the base Sail as the individual stacked
Sails are initialized)
Author: josh
Date: Mar 28, 2008
Time: 3:51:50 PM |
| PatternIterator |
|
| QueryEvaluationIteration |
Created by IntelliJ IDEA. |
| RandomValueFactory |
Author: josh
Date: Feb 26, 2008
Time: 6:05:05 PM |
| RdfListUtil |
A utility for translating RDF lists to and from native Java lists. |
| ReusableRDFHandler |
Author: josh
Date: Jan 28, 2008
Time: 3:09:30 PM |
| SailConnectionTripleSource |
Created by IntelliJ IDEA. |
| SailWriter |
Author: josh
Date: Jul 8, 2008
Time: 11:34:28 AM |
| SimpleDatasetImpl |
Author: josh
Date: Apr 4, 2008
Time: 4:37:29 PM |
| SingleContextHandler |
Author: josh
Date: Jan 28, 2008
Time: 3:09:30 PM |
| SingleContextSail |
A Sail which treats the wildcard context as a single, specific context,
and disallows read and write access to all other contexts, including the default context. |
| StatementComparator |
Implements a Comparator for OpenRDF Statements
using the order Subject->Predicate->Object->Context |
| ValueComparator |
Implements a Comparator for OpenRDF Value objects where:
the order for Values is:
* Blank Node's
* URI's
* Literals
with null Values sorted before others |