public abstract class AbstractModelAddRemove extends AbstractModelWriter implements ModelAddRemove
| Constructor and Description |
|---|
AbstractModelAddRemove() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addStatement(Resource subject,
URI predicate,
Node object)
adds a (subject, property ,object)-statement to this model
|
void |
removeAll()
Removes all statements from this model.
|
void |
removeAll(Iterator<? extends Statement> other)
Removes all statements contained in 'other' from this model =
'difference'
|
abstract void |
removeStatement(Resource subject,
URI predicate,
Node object)
remove a (subject, property ,object)-statement from the model
|
void |
removeStatement(Resource subject,
URI predicate,
String literal) |
void |
removeStatement(Resource subject,
URI predicate,
String literal,
String languageTag)
remove a (subject, property ,literal, language tag)-statement from the
model
|
void |
removeStatement(Resource subject,
URI predicate,
String literal,
URI datatypeURI)
remove a (subject, property ,literal, datatype)-statement from the model
datatype often is an uri for a xml schema datatype (xsd)
|
void |
removeStatement(Statement statement)
remove a rdf2go-statement from the model
|
void |
removeStatement(String subjectURIString,
URI predicate,
String literal) |
void |
removeStatement(String subjectURIString,
URI predicate,
String literal,
String languageTag)
remove a (subject, property ,literal, language tag)-statement from the
model
|
void |
removeStatement(String subjectURIString,
URI predicate,
String literal,
URI datatypeURI)
remove a (subject, property ,literal, datatype)-statement from the model
datatype often is an uri for a xml schema datatype (xsd)
|
void |
update(DiffReader diff)
Apply the changes given by this diff
|
addAll, addStatement, addStatement, addStatement, addStatement, addStatement, addStatement, addStatementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDiffiteratorforEach, spliteratoraddAll, addStatement, addStatement, addStatement, addStatement, addStatement, addStatement, addStatementpublic void removeStatement(String subjectURIString, URI predicate, String literal) throws ModelRuntimeException
removeStatement in interface ModelAddRemoveModelRuntimeExceptionpublic void removeStatement(String subjectURIString, URI predicate, String literal, String languageTag) throws ModelRuntimeException
ModelAddRemoveremoveStatement in interface ModelAddRemoveModelRuntimeExceptionpublic void removeStatement(String subjectURIString, URI predicate, String literal, URI datatypeURI) throws ModelRuntimeException
ModelAddRemoveremoveStatement in interface ModelAddRemoveModelRuntimeExceptionpublic void removeStatement(Resource subject, URI predicate, String literal) throws ModelRuntimeException
removeStatement in interface ModelAddRemoveModelRuntimeExceptionpublic void removeStatement(Resource subject, URI predicate, String literal, String languageTag) throws ModelRuntimeException
ModelAddRemoveremoveStatement in interface ModelAddRemoveModelRuntimeExceptionpublic void removeStatement(Resource subject, URI predicate, String literal, URI datatypeURI) throws ModelRuntimeException
ModelAddRemoveremoveStatement in interface ModelAddRemoveModelRuntimeExceptionpublic void removeStatement(Statement statement) throws ModelRuntimeException
ModelAddRemoveremoveStatement in interface ModelAddRemoveModelRuntimeExceptionpublic void removeAll(Iterator<? extends Statement> other) throws ModelRuntimeException
ModelAddRemoveremoveAll in interface ModelAddRemoveModelRuntimeExceptionpublic void removeAll()
throws ModelRuntimeException
ModelAddRemoveremoveAll in interface ModelAddRemoveModelRuntimeExceptionpublic void update(DiffReader diff) throws ModelRuntimeException
ModelAddRemoveupdate in interface ModelAddRemoveModelRuntimeExceptionpublic abstract void addStatement(Resource subject, URI predicate, Node object) throws ModelRuntimeException
ModelWriteraddStatement in interface ModelWriteraddStatement in class AbstractModelWritersubject - of the statementpredicate - of the statementobject - of the statementModelRuntimeException - if there is either an error with the
underlying model or an IOExceptionpublic abstract void removeStatement(Resource subject, URI predicate, Node object) throws ModelRuntimeException
ModelAddRemoveremoveStatement in interface ModelAddRemovesubject - URI or Object (= blankNode)object - URI or String (=plainLiteral) or BlankNode (=blankNode) or
TypedLiteral or LanguageTagLiteralModelRuntimeExceptionCopyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.