org.jrdf.graph
Interface ObjectNode

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

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

Method Summary
 
Methods inherited from interface org.jrdf.graph.TypedNodeVisitable
accept