org.jrdf.graph
Class AnyObjectNode

java.lang.Object
  extended by org.jrdf.graph.AnyObjectNode
All Implemented Interfaces:
Serializable, Node, ObjectNode

public final class AnyObjectNode
extends Object
implements ObjectNode, Serializable

A node which represents any object - unconstrained.

Version:
$Revision: 1045 $
Author:
Andrew Newman
See Also:
Serialized Form

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

Field Detail

ANY_OBJECT_NODE

public static final AnyObjectNode ANY_OBJECT_NODE
The any object node constant - represents an unconstrained object node.

Method Detail

toString

public String toString()
Overrides:
toString in class Object