org.openrdf.model
Interface Value

All Superinterfaces:
Comparable, Serializable
All Known Subinterfaces:
BNode, IdResource, IdValue, Literal, NativeResource, NativeValue, Resource, ResourceNode, URI, ValueNode
All Known Implementing Classes:
BNodeImpl, BNodeNode, IdBNode, IdLiteral, IdURI, Intersection, LiteralImpl, LiteralNode, NativeBNode, NativeLiteral, NativeURI, Projection, URIImpl, URINode

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
 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


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