Class StatementOperation
java.lang.Object
org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
- All Implemented Interfaces:
TransactionOperation
- Direct Known Subclasses:
AddStatementOperation
,RemoveStatementsOperation
A context operation with (optional) subject, predicate, object.
- Author:
- Arjohn Kampman, Leo Sauermann
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
contexts
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
void
setPredicate
(IRI predicate) void
setSubject
(Resource subject) Methods inherited from class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
getContexts, setContexts
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.http.protocol.transaction.operations.TransactionOperation
execute
-
Constructor Details
-
StatementOperation
-
-
Method Details
-
getSubject
-
setSubject
-
getPredicate
-
setPredicate
-
getObject
-
setObject
-
equals
- Overrides:
equals
in classContextOperation
-
hashCode
public int hashCode()- Overrides:
hashCode
in classContextOperation
-