org.jrdf.graph
Class NullURI

java.lang.Object
  extended by org.jrdf.graph.NullURI
All Implemented Interfaces:
Serializable

public final class NullURI
extends Object
implements Serializable

Represents no URI.

Version:
$Id: AnyNode.java 1045 2007-01-05 04:56:09Z newmana $
Author:
Andrew Newman
See Also:
Serialized Form

Field Summary
static URI NULL_URI
          The any node constant - represents an unconstrained object node.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_URI

public static final URI NULL_URI
The any node constant - represents an unconstrained object node.