Package org.eclipse.rdf4j.sail.base
Class Changeset.SimpleStatementPattern
- java.lang.Object
-
- org.eclipse.rdf4j.sail.base.Changeset.SimpleStatementPattern
-
- Enclosing class:
- Changeset
public static class Changeset.SimpleStatementPattern extends java.lang.Object
-
-
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 booleanequals(java.lang.Object o)ResourcegetContext()ValuegetObject()IRIgetPredicate()ResourcegetSubject()inthashCode()booleanisAllContexts()
-
-
-
Method Detail
-
getSubject
public Resource getSubject()
-
getPredicate
public IRI getPredicate()
-
getObject
public Value getObject()
-
getContext
public Resource getContext()
-
isAllContexts
public boolean isAllContexts()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-