|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DelegatingRepository | Main interface for repositories that wrap another repository. |
| DelegatingRepositoryConnection | |
| Repository | A Sesame repository that contains RDF data that can be queried and updated. |
| RepositoryConnection | Main interface for updating data in and performing queries on a Sesame repository. |
| Class Summary | |
|---|---|
| RepositoryResult<T> | A RepositoryResult is a result collection of objects (for example
Statement, Namespace,
or Resource objects) that can be iterated over. |
| Exception Summary | |
|---|---|
| RepositoryException | An exception thrown classes from the Repository API to indicate an error. |
The Repository API: the main API for handling Sesame repositories.
The class Repository is the main interface for
Sesame repositories. It provides all sorts of operations for manipulating RDF
in various ways, through a RepositoryConnection.
An important notion in a Sesame repository is that of context. Within one repository, subsets of statements can be identified by their context.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||