org.jrdf.graph
Interface ObjectNode

All Superinterfaces:
Node, Serializable
All Known Subinterfaces:
BlankNode, Literal, URIReference
All Known Implementing Classes:
AbstractBlankNode, AbstractLiteral, AbstractURIReference

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: 1.1 $
Author:
Simon Raboczi, Andrew Newman