|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractModelWriter | |
|---|---|
| org.ontoware.rdf2go.model.impl | |
| Uses of AbstractModelWriter in org.ontoware.rdf2go.model.impl |
|---|
| Subclasses of AbstractModelWriter in org.ontoware.rdf2go.model.impl | |
|---|---|
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 |
DelegatingModel
Delegates all calls to underlying model. |
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 |
StatementWriter
Writes a simple Model in TRiX syntax, using a given context URI. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||