org.jrdf.graph
Interface SubjectNode

All Superinterfaces:
Node, TypedNodeVisitable
All Known Subinterfaces:
BlankNode, Resource, URIReference
All Known Implementing Classes:
AbstractBlankNode, AbstractResource, AbstractURIReference, AnySubjectNode, BlankNodeImpl, BlankNodeImpl, BlankNodeResourceImpl, URIReferenceImpl, URIReferenceImpl, URIReferenceResourceImpl

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

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