org.jrdf.graph
Interface TypedNodeVisitable

All Known Subinterfaces:
BlankNode, GlobalizedBlankNode, Literal, LiteralMutableId, LocalizedNode, Node, ObjectNode, PredicateNode, Resource, SubjectNode, URIReference
All Known Implementing Classes:
AbstractBlankNode, AbstractLiteral, AbstractResource, AbstractURIReference, AnyNode, AnyObjectNode, AnyPredicateNode, AnySubjectNode, BlankNodeImpl, BlankNodeImpl, BlankNodeResourceImpl, LiteralImpl, LiteralImpl, URIReferenceImpl, URIReferenceImpl, URIReferenceResourceImpl

public interface TypedNodeVisitable

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

Version:
$Revision: 1804 $
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.