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() |
compareTo
matches
URI 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 TriplePattern
URI getPredicate()
getPredicate
in interface TriplePattern
Node getObject()
getObject
in interface TriplePattern
void dump(String[] options)
options
- undocumented :-) Depends on underlying implementation. See
source code.Copyright © 2005–2017 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.