public class StatementWrapper extends AbstractStatement
| Constructor and Description |
|---|
StatementWrapper(RepositoryModel model,
org.openrdf.model.Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getContext()
Note: this was set to be a
Model before, but that would have
caused problems, when people accesssed the model via the Statement. |
Model |
getModel() |
Node |
getObject() |
URI |
getPredicate() |
Resource |
getSubject() |
String |
toString() |
public StatementWrapper(RepositoryModel model, org.openrdf.model.Statement statement)
public Node getObject()
public URI getPredicate()
public Resource getSubject()
public URI getContext()
StatementModel before, but that would have
caused problems, when people accesssed the model via the Statement.
(compare to Jena, where graph and Model are separated. We are here on
graph level)public Model getModel()
Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.