org.jrdf.graph.mem
Class URIReferenceImpl

java.lang.Object
  extended by org.jrdf.graph.AbstractURIReference
      extended by org.jrdf.graph.mem.URIReferenceImpl
All Implemented Interfaces:
Serializable, MemNode, Node, ObjectNode, PredicateNode, SubjectNode, TypedNodeVisitable, URIReference

public class URIReferenceImpl
extends AbstractURIReference
implements MemNode, Serializable

RDF URI reference - resource node. Some RDF resources are properties. It's not always possible to say whether a resource is a property or not until it's used as a predicate, because we don't always have access to an RDF Schema that defines the property.

A URI Reference can be any part of an RDF Triple: subject, predicate or object.

Version:
$Revision: 1045 $
Author:
Paul Gearon
See Also:
Serialized Form

Method Summary
 Long getId()
          Retrieves an internal identifier for this node.
 
Methods inherited from class org.jrdf.graph.AbstractURIReference
accept, equals, getURI, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public Long getId()
Retrieves an internal identifier for this node.

Specified by:
getId in interface MemNode
Returns:
A numeric identifier for this node.