public class StatementImpl extends AbstractStatement implements Statement
| Modifier and Type | Field and Description |
|---|---|
protected URI |
predicate |
protected Resource |
subject |
| Constructor and Description |
|---|
StatementImpl(URI context,
Resource subject,
URI predicate,
Node object)
builds a new statement
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
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. |
Node |
getObject() |
URI |
getPredicate() |
Resource |
getSubject() |
int |
hashCode() |
String |
toString() |
compareTo, dump, matchesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTomatchespublic Resource getSubject()
getSubject in interface StatementgetSubject in interface TriplePatternpublic URI getPredicate()
getPredicate in interface StatementgetPredicate in interface TriplePatternpublic Node getObject()
getObject in interface StatementgetObject in interface TriplePatternpublic 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)getContext in interface Statementpublic int hashCode()
hashCode in interface StatementhashCode in class AbstractStatementpublic boolean equals(Object other)
equals in interface Statementequals in class AbstractStatementCopyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.