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.


Method Summary
 StatementIterator getObjectStatements()
          Gets all statements from the RDF graph for which this value is the object.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getObjectStatements

public StatementIterator getObjectStatements()
                                      throws GraphException
Gets all statements from the RDF graph for which this value is the object.

Throws:
GraphException