org.ontoware.rdf2go.model.impl
Class DirtyAbstractModel

java.lang.Object
  extended by org.ontoware.rdf2go.model.impl.AbstractModelWriter
      extended by org.ontoware.rdf2go.model.impl.AbstractModelAddRemove
          extended by org.ontoware.rdf2go.model.impl.AbstractModelRemovePatterns
              extended by org.ontoware.rdf2go.model.impl.AbstractModel
                  extended by org.ontoware.rdf2go.model.impl.DirtyAbstractModel
All Implemented Interfaces:
java.lang.Iterable<Statement>, ClosableIterable<Statement>, Commitable, FindableModel, Lockable, Model, ModelAddRemove, ModelIO, ModelRemovePatterns, ModelValueFactory, ModelWriter, NamespaceSupport, QueryableModel, ReificationSupport, Sparqlable

public abstract class DirtyAbstractModel
extends AbstractModel

This is an abstract class which provides quick & dirty implementations to get an adapter started quickly. Do not use this code in production environments.

Author:
voelkel

Field Summary
 
Fields inherited from class org.ontoware.rdf2go.model.impl.AbstractModel
model
 
Constructor Summary
DirtyAbstractModel()
           
 
Method Summary
 boolean isomorphicWith(Model other)
          Adapter implementations are strongly encouraged to overwrite this method.
 boolean isValidURI(java.lang.String uriString)
          You should overrride this method!
 
Methods inherited from class org.ontoware.rdf2go.model.impl.AbstractModel
addAll, addModel, addReificationOf, addReificationOf, addStatement, addStatement, addStatement, addStatement, addStatement, addStatement, addStatement, assertModel, close, commit, contains, contains, contains, countStatements, createDatatypeLiteral, createLanguageTagLiteral, createPlainLiteral, createStatement, createTriplePattern, createURI, deleteReification, findStatements, getAllReificationsOf, getDiff, getProperty, getUnderlyingModelImplementation, hasReifications, isEmpty, isOpen, newRandomUniqueURI, open, queryConstruct, querySelect, readFrom, readFrom, readFrom, removeAll, removeAll, removeStatement, removeStatement, removeStatement, removeStatement, removeStatement, removeStatement, removeStatement, removeStatements, removeStatements, serialize, setAutocommit, setProperty, size, sparqlAsk, update, writeTo
 
Methods inherited from class org.ontoware.rdf2go.model.impl.AbstractModelAddRemove
addStatement, removeStatement, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ontoware.rdf2go.model.Model
dump, getContextURI, isIsomorphicWith
 
Methods inherited from interface org.ontoware.rdf2go.model.ModelValueFactory
createBlankNode, createBlankNode
 
Methods inherited from interface org.ontoware.rdf2go.model.FindableModel
findStatements
 
Methods inherited from interface org.ontoware.rdf2go.model.Sparqlable
sparqlConstruct, sparqlDescribe, sparqlSelect
 
Methods inherited from interface org.ontoware.rdf2go.model.FindableModel
findStatements
 
Methods inherited from interface org.ontoware.rdf2go.model.ModelIO
readFrom, readFrom, readFrom, writeTo, writeTo, writeTo
 
Methods inherited from interface org.ontoware.rdf2go.model.NamespaceSupport
getNamespace, getNamespaces, removeNamespace, setNamespace
 

Constructor Detail

DirtyAbstractModel

public DirtyAbstractModel()
Method Detail

isomorphicWith

public boolean isomorphicWith(Model other)
Adapter implementations are strongly encouraged to overwrite this method. It is slow and semantically not correct.


isValidURI

public boolean isValidURI(java.lang.String uriString)
You should overrride this method!



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