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