org.jrdf.graph
Interface ObjectNode

All Superinterfaces:
Node
All Known Subinterfaces:
BlankNode, Literal, LiteralMutableId, URIReference
All Known Implementing Classes:
AbstractBlankNode, AbstractLiteral, AbstractURIReference, AnyNode, AnyObjectNode, BlankNodeImpl, LiteralImpl, URIReferenceImpl

public interface ObjectNode
extends Node

Indicates if a Java object can be the object part of an RDF Triple. Currently, this is either a URI Reference, Literal or a Blank node.

Version:
$Revision: 1045 $
Author:
Simon Raboczi, Andrew Newman