|
Interface Summary |
| Commitable |
Defining how and when changes are commit to underlying persistence layer. |
| Diff |
|
| DiffReader |
A read-only diff. |
| FindableModel |
A model where you can list all statements, find statements and check if a
statement is contained. |
| FindableModelSet |
|
| Lockable |
|
| Model |
Defines an RDF Model, and the functions to add and delete statements of all
possible kinds to this model. |
| ModelAddRemove |
Can remove statements and apply diffs in one atomic operation. |
| ModelChangedListener |
A listener that gets informed when model change operations are executed. |
| ModelIO |
|
| ModelRemovePatterns |
|
| ModelSet |
A ModelSet is like a Graph Data Set in SPARQL. |
| ModelSetAddRemove |
Allows to add and removes statements from a ModelSet. |
| ModelSetIO |
Defines reading and writing to and from readers/writers and streams. |
| ModelValueFactory |
Factory-like parts of an RDF2Go-Model |
| ModelWriter |
|
| NamespaceSupport |
This interface leaves it open to implementations where the prefixes go, e.g. |
| NotifyingModel |
A Model that can notify listeners when triples are added or removed from the
model. |
| NotifyingModelSet |
A ModelSet that can notify listeners when triples are added or removed from the
model. |
| QuadPattern |
Quad match representation in rdf2go, used to query a ModelSet. |
| QueryableModel |
The closable iterable/iterators hould be auto-close, i.e. when the last
element is retrieved close() hast to be called automatically. |
| QueryResultTable |
|
| QueryRow |
|
| ReificationSupport |
Support for reification, as defined in
http://www.w3.org/TR/rdf-mt/#Reif |
| Sparqlable |
Interface for SPARQL and other query languages. |
| Statement |
Statement representation in rdf2go
Implementations of Statement should have valid implementations of hashCode
and equals. |
| TriplePattern |
Triple match representation in rdf2go
Implementations are expected to have valid implem |