Uses of Class
org.ontoware.rdf2go.model.impl.AbstractModelWriter

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.
 



Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.