org.ontoware.rdf2go.model.persistent
Interface PersistentModel

All Superinterfaces:
ClosableIterable<Statement>, Commitable, FindableModel, java.lang.Iterable<Statement>, Lockable, Model, ModelAddRemove, ModelIO, ModelRemovePatterns, ModelValueFactory, ModelWriter, NamespaceSupport, Persistent, QueryableModel, ReificationSupport, Sparqlable

public interface PersistentModel
extends Persistent, Model

A Model that can be persisted as a file.

Author:
voelkel This interface is a shorthand for Persistent and Model.

Method Summary
 
Methods inherited from interface org.ontoware.rdf2go.model.persistent.Persistent
load, save
 
Methods inherited from interface org.ontoware.rdf2go.model.Model
addModel, close, dump, getContextURI, getProperty, getUnderlyingModelImplementation, isEmpty, isIsomorphicWith, isOpen, open, setProperty, size
 
Methods inherited from interface org.ontoware.rdf2go.model.ModelValueFactory
createBlankNode, createBlankNode, createDatatypeLiteral, createLanguageTagLiteral, createPlainLiteral, createStatement, createURI, isValidURI, newRandomUniqueURI
 
Methods inherited from interface org.ontoware.rdf2go.model.ModelRemovePatterns
removeStatements, removeStatements
 
Methods inherited from interface org.ontoware.rdf2go.model.FindableModel
contains, contains, contains, countStatements, createTriplePattern, findStatements, findStatements
 
Methods inherited from interface org.ontoware.rdf2go.model.Sparqlable
queryConstruct, querySelect, sparqlAsk, sparqlConstruct, sparqlDescribe, sparqlSelect
 
Methods inherited from interface org.ontoware.rdf2go.model.FindableModel
contains, contains, contains, countStatements, createTriplePattern, findStatements, findStatements
 
Methods inherited from interface org.ontoware.rdf2go.model.ModelIO
readFrom, readFrom, readFrom, readFrom, readFrom, readFrom, serialize, writeTo, writeTo, writeTo, writeTo
 
Methods inherited from interface org.ontoware.rdf2go.model.Commitable
commit, setAutocommit
 
Methods inherited from interface org.ontoware.rdf2go.model.ReificationSupport
addReificationOf, addReificationOf, deleteReification, getAllReificationsOf, hasReifications
 
Methods inherited from interface org.ontoware.rdf2go.model.NamespaceSupport
getNamespace, getNamespaces, removeNamespace, setNamespace
 



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