org.jrdf.graph.global
Interface GlobalizedBlankNode

All Superinterfaces:
LocalizedNode, Node, TypedNodeVisitable
All Known Implementing Classes:
BlankNodeImpl, BlankNodeResourceImpl

public interface GlobalizedBlankNode
extends LocalizedNode


Method Summary
 String getUID()
          Returns the identifier for the blank node.
 
Methods inherited from interface org.jrdf.graph.local.mem.LocalizedNode
getId
 
Methods inherited from interface org.jrdf.graph.TypedNodeVisitable
accept
 

Method Detail

getUID

String getUID()
Returns the identifier for the blank node.

Returns:
the identifier for the blank node.