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 ContextOperation
contexts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidvoidsetPredicate(IRI predicate) voidsetSubject(Resource subject) Methods inherited from class ContextOperation
getContexts, setContextsMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TransactionOperation
executeModifier and TypeMethodDescriptionvoidExecutes this operation on the supplied connection.
-
Constructor Details
-
StatementOperation
-
-
Method Details
-
getSubject
-
setSubject
-
getPredicate
-
setPredicate
-
getObject
-
setObject
-
equals
- Overrides:
equalsin classContextOperation
-
hashCode
public int hashCode()- Overrides:
hashCodein classContextOperation
-