org.jrdf.graph
Interface TypedNodeVisitable

All Known Subinterfaces:
BlankNode, Literal, LiteralMutableId, URIReference
All Known Implementing Classes:
AbstractBlankNode, AbstractLiteral, AbstractURIReference, BlankNodeImpl, LiteralImpl, URIReferenceImpl

public interface TypedNodeVisitable

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

Version:
$Revision: 1045 $
Author:
Andrew Newman

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

Method Detail

accept

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

Parameters:
visitor - the object doing the visiting.