Package org.eclipse.rdf4j.sail.base
Class Changeset.SimpleStatementPattern
- java.lang.Object
-
- org.eclipse.rdf4j.sail.base.Changeset.SimpleStatementPattern
-
-
Constructor Summary
Constructors Constructor Description SimpleStatementPattern(Resource subject, IRI predicate, Value object, Resource context, boolean allContexts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Resource
getContext()
Value
getObject()
IRI
getPredicate()
Resource
getSubject()
int
hashCode()
boolean
isAllContexts()
-