public interface Statement extends Comparable<Statement>, TriplePattern, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
dump(String[] options)
debug output.
|
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() |
compareTomatchesURI getContext()
Model 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)Resource getSubject()
getSubject in interface TriplePatternURI getPredicate()
getPredicate in interface TriplePatternNode getObject()
getObject in interface TriplePatternvoid dump(String[] options)
options - undocumented :-) Depends on underlying implementation. See
source code.Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.