org.jrdf.graph.local.mem
Interface LocalizedNode

All Superinterfaces:
Node, TypedNodeVisitable
All Known Subinterfaces:
GlobalizedBlankNode, LiteralMutableId
All Known Implementing Classes:
AbstractResource, BlankNodeImpl, BlankNodeResourceImpl, LiteralImpl, URIReferenceImpl, URIReferenceResourceImpl

public interface LocalizedNode
extends Node

A localized node i.e. one that has an internal identified and can be accessed by id.

Version:
$Id: LocalizedNode.java 1804 2008-01-04 05:42:41Z newmana $
Author:
Paul Gearon

Method Summary
 Long getId()
          Retrieves an internal identifier for a node.
 
Methods inherited from interface org.jrdf.graph.TypedNodeVisitable
accept
 

Method Detail

getId

Long getId()
Retrieves an internal identifier for a node.

Returns:
A numeric identifier for a node.