org.openrdf.model
Interface Value

All Superinterfaces:
Comparable, Serializable
All Known Subinterfaces:
BNode, Literal, Resource, URI
All Known Implementing Classes:
BNodeImpl, LiteralImpl, URIImpl

public interface Value
extends Comparable, Serializable

The supertype of all RDF model objects (URIs, blank nodes and literals). All Value objects can be compared with eachother.


Method Summary
 org.openrdf.sesame.sail.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 org.openrdf.sesame.sail.StatementIterator getObjectStatements()
                                                              throws GraphException
Gets all statements from the RDF graph for which this value is the object.

Throws:
GraphException


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.