org.openrdf.model
Interface Value
- All Superinterfaces:
- java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- BNode, Literal, Resource, URI
- All Known Implementing Classes:
- BlankNode, Literal, Node, ResourceNode, ValueNode
- public interface Value
- extends java.lang.Comparable, java.io.Serializable
The interface for all RDF model values (URIs, BNodes and Literals).
All Value objects can be compared with eachother.
Methods inherited from interface java.lang.Comparable |
compareTo |
getObjectStatements
public StatementIterator getObjectStatements()
throws GraphException
- Gets all statements from the RDF graph for which this value is the object.
- Throws:
GraphException