org.openanzo.common.rdb.query
Interface IRdbTerm

All Superinterfaces:
RDFTerm, TriplePatternComponent
All Known Implementing Classes:
BlankNode, IRIReference, Literal

public interface IRdbTerm
extends RDFTerm

Extend RDFTerm to allow for lazy loading of nodes from the database

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Method Summary
 long getId()
          Get the ID of this node in the database
 org.openrdf.model.Value getValue()
          Get the Value representation of this term
 
Methods inherited from interface org.openanzo.glitter.rdf.TriplePatternComponent
compareTo, equals
 

Method Detail

getId

long getId()
Get the ID of this node in the database

Returns:
the ID of this node in the database

getValue

org.openrdf.model.Value getValue()
Get the Value representation of this term

Returns:
the Value representation of this term


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.