org.jrdf.graph.mem
Interface MemNode

All Superinterfaces:
Node
All Known Subinterfaces:
LiteralMutableId
All Known Implementing Classes:
BlankNodeImpl, LiteralImpl, URIReferenceImpl

public interface MemNode
extends Node

Memory node. This is an additional interface for nodes so they can be accessed by id.

Version:
$Id: MemNode.java 1045 2007-01-05 04:56:09Z newmana $
Author:
Paul Gearon

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

Method Detail

getId

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

Returns:
A numeric identifier for a node.