| java.lang.Object org.ontoware.rdf2go.model.impl.AbstractModelWriter org.ontoware.rdf2go.model.impl.AbstractModelAddRemove
All known Subclasses: org.ontoware.rdf2go.model.impl.ModelAddRemoveMemoryImpl, org.ontoware.rdf2go.model.impl.AbstractModelRemovePatterns, org.ontoware.rdf2go.model.impl.DiffImpl,
AbstractModelAddRemove | abstract public class AbstractModelAddRemove extends AbstractModelWriter implements ModelAddRemove(Code) | | 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)"
author: mvo |
Method Summary | |
abstract public void | addStatement(Resource subject, URI predicate, Node object) | public void | removeAll(Iterator<? extends Statement> other) | public void | removeAll() | public void | removeStatement(String subjectURIString, URI predicate, String literal) | public void | removeStatement(String subjectURIString, URI predicate, String literal, String languageTag) | public void | removeStatement(String subjectURIString, URI predicate, String literal, URI datatypeURI) | public void | removeStatement(Resource subject, URI predicate, String literal) | public void | removeStatement(Resource subject, URI predicate, String literal, String languageTag) | public void | removeStatement(Resource subject, URI predicate, String literal, URI datatypeURI) | public void | removeStatement(Statement statement) | abstract public void | removeStatement(Resource subject, URI predicate, Node object) | public void | update(DiffReader diff) | public void | update(Diff diff) |
Methods inherited from org.ontoware.rdf2go.model.impl.AbstractModelWriter | public void addAll(Iterator<? extends Statement> other) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(Resource subject, URI predicate, String literal) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(Resource subject, URI predicate, String literal, String languageTag) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(Resource subject, URI predicate, String literal, URI datatypeURI) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(String subjectURIString, URI predicate, String literal) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(String subjectURIString, URI predicate, String literal, String languageTag) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(String subjectURIString, URI predicate, String literal, URI datatypeURI) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(Statement statement) throws ModelRuntimeException(Code)(Java Doc) abstract public void addStatement(Resource subject, URI predicate, Node object) throws ModelRuntimeException(Code)(Java Doc)
|
|
|