org.jrdf.graph
Interface PredicateNode

All Superinterfaces:
Node, TypedNodeVisitable
All Known Subinterfaces:
Resource, URIReference
All Known Implementing Classes:
AbstractResource, AbstractURIReference, AnyPredicateNode, BlankNodeResourceImpl, URIReferenceImpl, URIReferenceImpl, URIReferenceResourceImpl

public interface PredicateNode
extends Node

Indicates if a Java object can be the predicate part of an RDF Triple. Currently, this is a URI Reference.

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

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