org.jrdf.graph
Class AnyPredicateNode
java.lang.Object
org.jrdf.graph.AnyPredicateNode
- All Implemented Interfaces:
- Serializable, Node, PredicateNode, TypedNodeVisitable
public final class AnyPredicateNode
- extends Object
- implements PredicateNode, Serializable
A node which represents any predicate - unconstrained.
- Version:
- $Revision: 1804 $
- Author:
- Andrew Newman
- See Also:
- Serialized Form
ANY_PREDICATE_NODE
public static final AnyPredicateNode ANY_PREDICATE_NODE
- The any predicate node constant - represents an unconstrained predicate node.
toString
public String toString()
- Overrides:
toString
in class Object
accept
public void accept(TypedNodeVisitor visitor)
- Description copied from interface:
TypedNodeVisitable
- Accept a call from a TypedNodeVisitor.
- Specified by:
accept
in interface TypedNodeVisitable
- Parameters:
visitor
- the object doing the visiting.