org.jrdf.graph
Interface SubjectNode

All Superinterfaces:
Node
All Known Subinterfaces:
BlankNode, URIReference
All Known Implementing Classes:
AbstractBlankNode, AbstractURIReference, AnySubjectNode, BlankNodeImpl, URIReferenceImpl

public interface SubjectNode
extends Node

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

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