org.jrdf.graph
Class AbstractBlankNode

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

public abstract class AbstractBlankNode
extends Object
implements BlankNode, Serializable

A base implementation of an RDF BlankNode.

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

Constructor Summary
AbstractBlankNode()
           
 
Method Summary
 void accept(TypedNodeVisitor visitor)
          Accept a call from a TypedNodeVisitor.
 
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

public AbstractBlankNode()
Method Detail

accept

public void accept(TypedNodeVisitor visitor)
Accept a call from a TypedNodeVisitor.

Specified by:
accept in interface TypedNodeVisitable
Parameters:
visitor - the object doing the visiting.