org.jrdf.graph
Class AbstractBlankNode

java.lang.Object
  extended by org.jrdf.graph.AbstractBlankNode
All Implemented Interfaces:
Serializable, BlankNode, Node, ObjectNode, SubjectNode, TypedNodeVisitable
Direct Known Subclasses:
BlankNodeImpl, BlankNodeImpl

public abstract class AbstractBlankNode
extends Object
implements BlankNode, Serializable

A base implementation of an RDF BlankNode.

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

Constructor Summary
protected AbstractBlankNode()
           
 
Method Summary
 void accept(TypedNodeVisitor visitor)
          Accept a call from a TypedNodeVisitor.
static boolean isBlankNode(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jrdf.graph.BlankNode
equals, hashCode
 

Constructor Detail

AbstractBlankNode

protected AbstractBlankNode()
Method Detail

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.

isBlankNode

public static boolean isBlankNode(Node node)