|
Class Summary |
| GraphBasedMatcher |
A matcher which uses the vertex-edge structure of the graph to retrieve statements. |
| GraphSail<T extends KeyIndexableGraph> |
An RDF storage interface for any graph database with a Blueprints IndexableGraph implementation. |
| GraphSailConnection |
A stateful connection to a BlueprintsSail RDF store interface. |
| IndexingMatcher |
A matcher which uses Blueprints indexing functionality to both index and retrieve statements. |
| IteratorCloseableIterable<T> |
A CloseableIterable which wraps a simple iterator. |
| Matcher |
An object which retrieves statements from the triple store based on a given triple pattern. |
| TrivialMatcher |
A matcher to handle the trivial triple pattern in which subject, predicate, object, and context are all unspecified. |