| Class | Description |
|---|---|
| AbstractLockingModel |
adapter that maps the rdf2go model functions to a smaller subset of methods
|
| AbstractModel |
adapter that maps the rdf2go model functions to a smaller subset of methods
|
| 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)"
|
| AbstractModelRemovePatterns |
The implementation first searches for all matching triples, copies them to
memory and then removes them.
|
| AbstractModelSetImpl | |
| AbstractModelWriter |
All these methods create some RDF2Go objects before calling the base case.
|
| AbstractStatement | |
| DelegatingModel |
Delegates all calls to underlying model.
|
| DelegatingModelSet | |
| DiffImpl | |
| DirtyAbstractModel |
This is an abstract class which provides quick & dirty implementations to get
an adapter started quickly.
|
| LazyUnionModelIterator |
Returns all statements matching the pattern.
|
| ModelAddRemoveMemoryImpl | |
| NotifyingModelLayer |
Adds notifying capabilites to existing models.
|
| NotifyingModelSetLayer |
Adds notifying capabilites to existing models.
|
| PseudoClosableIterator<T> | |
| QuadPatternImpl |
A statement with variables
|
| QueryRowImpl | |
| StatementImpl |
StatementImpl is an implementation of Statement, so there are all necessary
constructors, and methods for getting the type and the parts of the statement
|
| StatementWriter |
Writes a simple Model in TRiX syntax, using a given context URI.
|
| TriplePatternImpl |
A statement with variables
|
| URIGenerator |
Uses UUIDs.
|
| Enum | Description |
|---|---|
| TriplePatternImpl.SPO |
Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.