org.jrdf.graph
Class AnyPredicateNode

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

public final class AnyPredicateNode
extends Object
implements PredicateNode, Serializable

A node which represents any predicate - unconstrained.

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

Field Summary
static AnyPredicateNode ANY_PREDICATE_NODE
          The any predicate node constant - represents an unconstrained predicate 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_PREDICATE_NODE

public static final AnyPredicateNode ANY_PREDICATE_NODE
The any predicate node constant - represents an unconstrained predicate node.

Method Detail

toString

public String toString()
Overrides:
toString in class Object