Package | Description |
---|---|
org.ontoware.rdf2go.model | |
org.ontoware.rdf2go.model.impl | |
org.ontoware.rdf2go.model.persistent | |
org.ontoware.rdf2go.util | |
org.openrdf.rdf2go |
Modifier and Type | Interface and Description |
---|---|
interface |
Diff |
interface |
Model
Defines an RDF Model, and the functions to add and delete statements of all
possible kinds to this model.
|
interface |
ModelAddRemove
Can remove statements and apply diffs in one atomic operation.
|
interface |
ModelRemovePatterns |
interface |
ModelSet
A ModelSet is like a Graph Data Set in SPARQL.
|
interface |
ModelSetAddRemove
Allows to add and removes statements from a ModelSet.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLockingModel
adapter that maps the rdf2go model functions to a smaller subset of methods
|
class |
AbstractModel
adapter that maps the rdf2go model functions to a smaller subset of methods
|
class |
AbstractModelAddRemove
For high-performance, adapters should override all of these methods, to avoid
internal object creations, such as "new URIImpl(subjectURIString)" in
"removeStatement(String subjectURIString, URI predicate, String literal)"
|
class |
AbstractModelRemovePatterns
The implementation first searches for all matching triples, copies them to
memory and then removes them.
|
class |
AbstractModelSetImpl |
class |
DelegatingModel
Delegates all calls to underlying model.
|
class |
DelegatingModelSet |
class |
DiffImpl |
class |
DirtyAbstractModel
This is an abstract class which provides quick & dirty implementations to get
an adapter started quickly.
|
class |
ModelAddRemoveMemoryImpl |
class |
NotifyingModelLayer
Adds notifying capabilites to existing models.
|
class |
NotifyingModelSetLayer
Adds notifying capabilites to existing models.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PersistentModel
A Model that can be persisted as a file.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingModel
A Model that delegates to another Model and logs all calls to a SLF4j logger.
|
class |
LoggingModelSet
A Model that delegates to another Model and logs all calls to a SLF4j logger.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryModel
Implementation of the RDF2Go model interface for an OpenRDF Repository.
|
class |
RepositoryModelSet
A ModelSet implementation for the OpenRDF (Sesame) 2.0.1 API.
|
Copyright © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.