org.jrdf.graph
Class AbstractBlankNode
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBlankNode
public AbstractBlankNode()
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.