org.openrdf.model
Interface Value
- All Superinterfaces:
- java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- BlankNode, BNode, DefaultGraph, EncodedLiteral, Literal, Literal, Node, Resource, ResourceNode, URI, 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
StatementIterator getObjectStatements()
throws GraphException
- Gets all statements from the RDF graph for which this value is the object.
- Throws:
GraphException