org.jrdf.graph
Interface TypedNodeVisitable

All Known Subinterfaces:
BlankNode, Literal, URIReference
All Known Implementing Classes:
AbstractBlankNode, AbstractLiteral, AbstractURIReference

public interface TypedNodeVisitable

Indicates that a BlankNode, URIReference or Literal are able to be visited.

Version:
$Revision: 1.1 $
Author:
Andrew Newman

Method Summary
 void accept(TypedNodeVisitor visitor)
          Accept a call from a TypedNodeVisitor.
 

Method Detail

accept

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

Parameters:
visitor - the object doing the visiting.